UIContext.FromUIContextGuid(Guid) Method

Definition

Constructs a UIContext instance identified with the given guid.

public:
 static Microsoft::VisualStudio::Shell::UIContext ^ FromUIContextGuid(Guid contextGuid);
public static Microsoft.VisualStudio.Shell.UIContext FromUIContextGuid (Guid contextGuid);
static member FromUIContextGuid : Guid -> Microsoft.VisualStudio.Shell.UIContext
Public Shared Function FromUIContextGuid (contextGuid As Guid) As UIContext

Parameters

contextGuid
Guid

Guid of the UIContext

Returns

Constructed UIContext instance.

Applies to