IVsDataViewConnectionNodeInfo.InitialDisplayNames Property

Definition

Gets the initial display names of the connection node.

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

Property Value

A collection of IVsDataViewDisplayNameInfo objects representing the initial display names.

Applies to