다음을 통해 공유


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

Return Value

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

.NET Framework Security

See Also

Reference

UIContext Class

Microsoft.VisualStudio.Shell Namespace