IVsDataViewIconInfo.IconName Property

Gets the name of the icon.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'宣言
ReadOnly Property IconName As String
'使用
Dim instance As IVsDataViewIconInfo
Dim value As String

value = instance.IconName
string IconName { get; }
property String^ IconName {
    String^ get ();
}
function get IconName () : String

Property Value

Type: System.String

A string value containing the name of the icon.

Permissions

See Also

Reference

IVsDataViewIconInfo Interface

IVsDataViewIconInfo Members

Microsoft.VisualStudio.Data.Services Namespace