IVsDataMappedObjectSelection.Restrictions Property

Definition

Gets a list of restrictions.

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

Property Value

A list of string values representing the restrictions present in the current Selection tag.

Applies to