Share via


StateDescriptor<T> Constructors

Definition

Overloads

StateDescriptor<T>()

Creates a new instances of the StateDescriptor class and creates a new GUID.

StateDescriptor<T>(String)

Constructor overload to provide name.

StateDescriptor<T>()

Creates a new instances of the StateDescriptor class and creates a new GUID.

protected:
 StateDescriptor();
protected:
 StateDescriptor();
 StateDescriptor();
protected StateDescriptor ();
Protected Sub New ()

Applies to

StateDescriptor<T>(String)

Constructor overload to provide name.

protected:
 StateDescriptor(System::String ^ name);
protected:
 StateDescriptor(Platform::String ^ name);
 StateDescriptor(std::wstring const & name);
protected StateDescriptor (string name);
new Microsoft.Management.UI.Internal.StateDescriptor<'T> : string -> Microsoft.Management.UI.Internal.StateDescriptor<'T>
Protected Sub New (name As String)

Parameters

name
String

The friendly name for the StateDescriptor.

Applies to