Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
'Usage
Dim instance As IVsDataViewNodeInfo
Dim value As ICollection(Of IVsDataViewIconInfo)
value = instance.Icons
ICollection<IVsDataViewIconInfo> Icons { get; }
property ICollection<IVsDataViewIconInfo^>^ Icons {
ICollection<IVsDataViewIconInfo^>^ get ();
}
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.