NodeSubItemDisplayNameCollection.Remove Method (String)
Removes the first occurrence of a specific node sub-item display name from the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void Remove(
string displayName
)
public:
void Remove(
String^ displayName
)
member Remove :
displayName:string -> unit
Public Sub Remove (
displayName As String
)
Parameters
displayName
Type: System.StringThe node sub-item display name to be removed.
See Also
NodeSubItemDisplayNameCollection Class
Microsoft.ManagementConsole Namespace
Return to top