IVsDataViewNodeInfo.Icons Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.