FontAndColorProviderBase.IVsFontAndColorDefaults.GetItem Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Извлекает целочисленное значение, определяющее элемент.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetItem(int item, cli::array <Microsoft::VisualStudio::Shell::Interop::AllColorableItemInfo> ^ info) = Microsoft::VisualStudio::Shell::Interop::IVsFontAndColorDefaults::GetItem;
int IVsFontAndColorDefaults.GetItem (int item, Microsoft.VisualStudio.Shell.Interop.AllColorableItemInfo[] info);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetItem : int * Microsoft.VisualStudio.Shell.Interop.AllColorableItemInfo[] -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetItem : int * Microsoft.VisualStudio.Shell.Interop.AllColorableItemInfo[] -> int
Function GetItem (item As Integer, info As AllColorableItemInfo()) As Integer Implements IVsFontAndColorDefaults.GetItem
Параметры
- item
- Int32
Элемент.
- info
- AllColorableItemInfo[]
Сведения об элементе.
Возвращаемое значение
Значение элемента.