IVsDataObjectStore.GetSupportedRestrictions(String) 方法

定义

返回从对象存储中选择指定类型的对象所支持的所有限制。

public:
 System::Collections::Generic::IList<System::String ^> ^ GetSupportedRestrictions(System::String ^ typeName);
public System.Collections.Generic.IList<string> GetSupportedRestrictions (string typeName);
abstract member GetSupportedRestrictions : string -> System.Collections.Generic.IList<string>
Public Function GetSupportedRestrictions (typeName As String) As IList(Of String)

参数

typeName
String

要为其检索受支持的限制的类型的数据源特定名称。

返回

IList<String>

表示支持的限制的字符串值列表。

例外

typeName 参数为 null。

适用于