IVsDataViewSelectionInfo.Restrictions Property

Definition

Gets the restrictions of the selection.

public:
 property System::Collections::Generic::IList<System::Object ^> ^ Restrictions { System::Collections::Generic::IList<System::Object ^> ^ get(); };
public System.Collections.Generic.IList<object> Restrictions { get; }
member this.Restrictions : System.Collections.Generic.IList<obj>
Public ReadOnly Property Restrictions As IList(Of Object)

Property Value

A list of objects representing the restrictions of the selection.

Applies to