Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the unique node types associated with the current selection. Clear and Update are the only methods that can modify the set of unique node types.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public Guid[] GetUniqueNodeTypes()
public:
array<Guid>^ GetUniqueNodeTypes()
member GetUniqueNodeTypes : unit -> Guid[]
Public Function GetUniqueNodeTypes As Guid()
Return Value
Type: System.Guid[]
An array of GUIDs for the node types in the selection.
See Also
SelectionData Class
Microsoft.ManagementConsole Namespace
Return to top