Package.ToolWindowCreationContext.Unspecified Field

Definition

The well-known creation context which indicates "my async tool window needs no creation context". When this is returned from InitializeToolWindowAsync, the tool window is instantiated using the type's default constructor.

public: static initonly System::Object ^ Unspecified;
static initonly winrt::Windows::Foundation::IInspectable Unspecified;
public static readonly object Unspecified;
 staticval mutable Unspecified : obj
Public Shared ReadOnly Unspecified As Object 

Field Value

Applies to