ProvideOptionPageAttribute::VisibilityCmdUIContexts Property

Visual Studio 2015
 

Gets or sets 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.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property String^ VisibilityCmdUIContexts {
	[CompilerGeneratedAttribute]
	String^ get();
	[CompilerGeneratedAttribute]
	void set(String^ value);
}

Property Value

Type: System::String^

The list of UIContext GUIDs.

Return to top
Show: