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[]
Сведения об элементе.
Возвращаемое значение
Возвращает элемент с указанным именем.