WindowPaneProviderService.RegisteredWindowPane.WindowPaneTypeName Property
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.
Retrieves the windowPaneTypeName
specified by the overloaded constructor WindowPaneProviderService.RegisteredWindowPane(Type, String).
public:
property System::String ^ WindowPaneTypeName { System::String ^ get(); };
public:
property Platform::String ^ WindowPaneTypeName { Platform::String ^ get(); };
public string WindowPaneTypeName { get; }
member this.WindowPaneTypeName : string
Public ReadOnly Property WindowPaneTypeName As String