IVsDataObjectStore.GetRequiredRestrictions(String) 方法

定义

返回从对象存储区中选择指定类型的对象所需的限制。

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

参数

typeName
String

要检索其所需限制的类型的数据源特定名称。

返回

IList<String>

表示所需的限制的字符串值列表。

例外

typeName 参数为 null。

适用于