ProvideUIContextRuleAttribute::ContextGuid Property

Visual Studio 2015
 

Gets the GUID of the UI context to be created.

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

public:
property Guid ContextGuid {
	[CompilerGeneratedAttribute]
	Guid get();
	[CompilerGeneratedAttribute]
	private: void set(Guid value);
}

Property Value

Type: System::Guid

The GUID of the UI context to be created.

Return to top
Show: