IVsDataViewNodeInfo.DisplayNames Property

Definition

Gets the display names of the static node or the selection node.

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

Property Value

A collection of IVsDataViewDisplayNameInfo objects representing the display names.

Applies to