ProvideOptionPageAttribute.VisibilityCmdUIContexts Property

Definition

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.

Applies to