ProvideOptionPageAttribute.VisibilityCmdUIContexts 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.
A semi-colon-delimited list of UIContext GUIDs. The option page is visible when any UIContext in the list is active. If this is not specified, the option page is always visible.
public:
property System::String ^ VisibilityCmdUIContexts { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ VisibilityCmdUIContexts { Platform::String ^ get(); void set(Platform::String ^ value); };
public string VisibilityCmdUIContexts { get; set; }
member this.VisibilityCmdUIContexts : string with get, set
Public Property VisibilityCmdUIContexts As String
Property Value
The list of UIContext GUIDs.