ProvideComponentDiagnosticsAttribute.ViewFactory 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.
The GUID of the UI factory containing the view for this provider
public:
property System::String ^ ViewFactory { System::String ^ get(); };
public:
property Platform::String ^ ViewFactory { Platform::String ^ get(); };
public string ViewFactory { get; }
member this.ViewFactory : string
Public ReadOnly Property ViewFactory As String