Package.ToolWindowCreationContext.Unspecified Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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