FontAndColorProviderBase.IVsFontAndColorDefaults.GetItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an integer value that identifies an item.
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
Parameters
- item
- Int32
The item.
- info
- AllColorableItemInfo[]
The information of the item.
Returns
The item value.