Intersoft WebScheduler Documentation
Contains Method
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerHolidayCollection Class : Contains Method






item

Glossary Item Box

Syntax

Visual Basic (Declaration) 
<System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")>
<__DynamicallyInvokableAttribute()>
Public Function Contains( _
   ByVal item As ISNet.WebUI.INamedObject2 _
) As System.Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerHolidayCollection
Dim item As ISNet.WebUI.INamedObject2
Dim value As System.Boolean
 
value = instance.Contains(item)
C# 
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")]
[__DynamicallyInvokableAttribute()]
public System.bool Contains( 
   ISNet.WebUI.INamedObject2 item
)
Delphi 
public function Contains( 
    item: ISNet.WebUI.INamedObject2
): System.Boolean; 
JScript 
System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")
__DynamicallyInvokableAttribute()
public function Contains( 
   item : ISNet.WebUI.INamedObject2
) : System.boolean;
Managed Extensions for C++ 
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")]
[__DynamicallyInvokableAttribute()]
public: System.bool Contains( 
   ISNet.WebUI.INamedObject2* item
) 
C++/CLI 
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")]
[__DynamicallyInvokableAttribute()]
public:
System.bool Contains( 
   ISNet.WebUI.INamedObject2^ item
) 

Parameters

item

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

©2013 Intersoft Solutions Corp. All Rights Reserved.