PropertySheetExtension.GetNodeTypes Method ()
Gets the array of node types that are provided.
Namespace: Microsoft.ManagementConsole.Advanced
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public Guid[] GetNodeTypes()
public:
array<Guid>^ GetNodeTypes()
member GetNodeTypes : unit -> Guid[]
Public Function GetNodeTypes As Guid()
Return Value
Type: System.Guid[]
An array of GUIDs of the node types.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
PropertySheetExtension Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top