FontAndColorProviderBase.IVsFontAndColorDefaults.GetItemByName 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.
Indicates an item from the itemName
parameter.
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
Parameters
- itemName
- String
The name of the item.
- info
- AllColorableItemInfo[]
The information of the item.
Returns
Returns the item with specified name.