UIContext.FromUIContextGuid Method
Constructs a UIContext instance identified with the given GUID.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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: System.GuidGUID of the UIContext.
Return Value
Type: Microsoft.VisualStudio.Shell.UIContext
The constructed UIContext instance.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.