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
‘선언
Public Shared Function FromUIContextGuid ( _
contextGuid As Guid _
) As UIContext
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.
.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.