IVsDataViewNodeInfo.DisplayNames 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 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.