UIContext::FromUIContextGuid Method (Guid)

 

Constructs a UIContext instance identified with the given GUID.

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

public:
static UIContext^ FromUIContextGuid(
	Guid contextGuid
)

Parameters

contextGuid
Type: System::Guid

GUID of the UIContext.

Return Value

Type: Microsoft.VisualStudio.Shell::UIContext^

The constructed UIContext instance.

Return to top
Show: