IVsDataViewSelectionInfo.Restrictions 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 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.