IVsDataViewSelectionInfo.Properties Property

Definition

Gets the properties of the selection.

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)

Property Value

A list of string values representing the property names of the selection.

Applies to