IVsDataViewNodeInfo.Icons Property
Gets the icons associated with the static node or the selection node.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property Icons As ICollection(Of IVsDataViewIconInfo)
Get
ICollection<IVsDataViewIconInfo> Icons { get; }
property ICollection<IVsDataViewIconInfo^>^ Icons {
ICollection<IVsDataViewIconInfo^>^ get ();
}
abstract Icons : ICollection<IVsDataViewIconInfo>
function get Icons () : ICollection<IVsDataViewIconInfo>
Property Value
Type: System.Collections.Generic.ICollection<IVsDataViewIconInfo>
A collection of IVsDataViewIconInfo objects representing the icons.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.