Determines whether the specified string is in the
CustomPlaceHolderCollection
.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Determines whether the specified string is in the CustomPlaceHolderCollection.")>
Public Function Contains( _
ByVal value As CustomPlaceHolder _
) As System.Boolean |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Determines whether the specified string is in the CustomPlaceHolderCollection.")]
public System.bool Contains(
CustomPlaceHolder value
) |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Determines whether the specified string is in the CustomPlaceHolderCollection.")
public function Contains(
value : CustomPlaceHolder
) : System.boolean; |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Determines whether the specified string is in the CustomPlaceHolderCollection.")]
public: System.bool Contains(
CustomPlaceHolder* value
) |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Determines whether the specified string is in the CustomPlaceHolderCollection.")]
public:
System.bool Contains(
CustomPlaceHolder^ value
) |
Parameters
- value
- The string to locate in the
CustomPlaceHolderCollection
.
Return Value
true if value is found in the
CustomPlaceHolderCollection
; otherwise, false.
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