IVsDataViewSelectionInfo.Properties Özellik

Tanım

Seçimin özelliklerini alır.

public:
 property System::Collections::Generic::IList<System::String ^> ^ Properties { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> Properties { get; }
member this.Properties : System.Collections.Generic.IList<string>
Public ReadOnly Property Properties As IList(Of String)

Özellik Değeri

IList<String>

Seçimin özellik adlarını temsil eden dize değerleri listesi.

Şunlara uygulanır