Share via


UIContext.FromUIContextGuid Method

Constructs a UIContext instance identified with the given GUID.

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

Syntax

'Declaration
Public Shared Function FromUIContextGuid ( _
    contextGuid As Guid _
) As UIContext
public static UIContext FromUIContextGuid(
    Guid contextGuid
)
public:
static UIContext^ FromUIContextGuid(
    Guid contextGuid
)
static member FromUIContextGuid : 
        contextGuid:Guid -> UIContext
public static function FromUIContextGuid(
    contextGuid : Guid
) : UIContext

Parameters

  • contextGuid
    Type: Guid

    GUID of the UIContext.

Return Value

Type: Microsoft.VisualStudio.Shell.UIContext
The constructed UIContext instance.

.NET Framework Security

See Also

Reference

UIContext Class

Microsoft.VisualStudio.Shell Namespace