Intersoft WebInput Documentation
Contains Method
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > DefaultPlaceHolderCollection Class : Contains Method






placeHolder

Glossary Item Box

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Adds a string to the end of the CustomPlaceHolderCollection.")>
Public Function Contains( _
   ByVal placeHolder As PlaceHolder _
) As System.Boolean
Visual Basic (Usage)Copy Code
Dim instance As DefaultPlaceHolderCollection
Dim placeHolder As PlaceHolder
Dim value As System.Boolean
 
value = instance.Contains(placeHolder)
C# 
[System.ComponentModel.DescriptionAttribute("Adds a string to the end of the CustomPlaceHolderCollection.")]
public System.bool Contains( 
   PlaceHolder placeHolder
)
Delphi 
public function Contains( 
    placeHolder: PlaceHolder
): System.Boolean; 
JScript 
System.ComponentModel.DescriptionAttribute("Adds a string to the end of the CustomPlaceHolderCollection.")
public function Contains( 
   placeHolder : PlaceHolder
) : System.boolean;
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Adds a string to the end of the CustomPlaceHolderCollection.")]
public: System.bool Contains( 
   PlaceHolder* placeHolder
) 
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Adds a string to the end of the CustomPlaceHolderCollection.")]
public:
System.bool Contains( 
   PlaceHolder^ placeHolder
) 

Parameters

placeHolder

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.