FontAndColorProviderBase.IVsFontAndColorDefaults.GetItemByName Method

Definition

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.

Implements

Applies to