IVsDataViewConnectionNodeInfo.InitialDisplayNames 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 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.