IVsDataViewNodeInfo.Icons Property

Definition

Gets the icons associated with the static node or the selection node.

public:
 property System::Collections::Generic::ICollection<Microsoft::VisualStudio::Data::Services::IVsDataViewIconInfo ^> ^ Icons { System::Collections::Generic::ICollection<Microsoft::VisualStudio::Data::Services::IVsDataViewIconInfo ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.VisualStudio.Data.Services.IVsDataViewIconInfo> Icons { get; }
member this.Icons : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Data.Services.IVsDataViewIconInfo>
Public ReadOnly Property Icons As ICollection(Of IVsDataViewIconInfo)

Property Value

A collection of IVsDataViewIconInfo objects representing the icons.

Applies to