C# Класс Microsoft.VisualStudio.R.Package.Shell.AppShellExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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