FontAndColorProviderBase.IVsFontAndColorDefaults.GetItemByName Метод

Определение

Указывает элемент из itemName параметра.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetItemByName(System::String ^ itemName, cli::array <Microsoft::VisualStudio::Shell::Interop::AllColorableItemInfo> ^ info) = Microsoft::VisualStudio::Shell::Interop::IVsFontAndColorDefaults::GetItemByName;
int IVsFontAndColorDefaults.GetItemByName (string itemName, Microsoft.VisualStudio.Shell.Interop.AllColorableItemInfo[] info);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetItemByName : string * Microsoft.VisualStudio.Shell.Interop.AllColorableItemInfo[] -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetItemByName : string * Microsoft.VisualStudio.Shell.Interop.AllColorableItemInfo[] -> int
Function GetItemByName (itemName As String, info As AllColorableItemInfo()) As Integer Implements IVsFontAndColorDefaults.GetItemByName

Параметры

itemName
String

Имя элемента.

info
AllColorableItemInfo[]

Сведения об элементе.

Возвращаемое значение

Возвращает элемент с указанным именем.

Реализации

Применяется к