C# 클래스 Microsoft.VisualStudio.R.Package.Shell.AppShellExtensions

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
GetDialogOwnerWindow ( this appShell ) : IntPtr
GetUiFont ( this appShell ) : Font
PostCommand ( this appShell, System.Guid guid, int id ) : void

메소드 상세

GetDialogOwnerWindow() 공개 정적인 메소드

public static GetDialogOwnerWindow ( this appShell ) : IntPtr
appShell this
리턴 System.IntPtr

GetUiFont() 공개 정적인 메소드

public static GetUiFont ( this appShell ) : Font
appShell this
리턴 System.Drawing.Font

PostCommand() 공개 정적인 메소드

public static PostCommand ( this appShell, System.Guid guid, int id ) : void
appShell this
guid System.Guid
id int
리턴 void