Removes the first occurrence of a specific
CustomPlaceHolder
object from the
CustomPlaceHolderCollection
.Removes the first occurrence of a specific CustomPlaceHolder object from the CustomPlaceHolderCollection.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Removes the first occurrence of a specific CustomPlaceHolder object from the CustomPlaceHolderCollection.")>
Public Sub Remove( _
ByVal value As NGroup _
) |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Removes the first occurrence of a specific CustomPlaceHolder object from the CustomPlaceHolderCollection.")]
public void Remove(
NGroup value
) |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Removes the first occurrence of a specific CustomPlaceHolder object from the CustomPlaceHolderCollection.")
public function Remove(
value : NGroup
); |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Removes the first occurrence of a specific CustomPlaceHolder object from the CustomPlaceHolderCollection.")]
public: void Remove(
NGroup* value
) |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Removes the first occurrence of a specific CustomPlaceHolder object from the CustomPlaceHolderCollection.")]
public:
void Remove(
NGroup^ value
) |
Parameters
- value
- The
CustomPlaceHolder
object to remove from the CustomPlaceHolderCollection
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