IVsDataMappedObjectSelection.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)

属性值

IList<String>

表示当前选择标记中存在的限制的字符串值列表。

适用于