다음을 통해 공유


UIContext.FromUIContextGuid(Guid) 메서드

정의

지정된 guid로 UIContext 식별된 instance 생성합니다.

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

매개 변수

contextGuid
Guid

UIContext의 Guid입니다.

반환

생성된 UIContext instance.

적용 대상