UIContext.FromUIContextGuid(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.