IVsDataObjectStore.GetRequiredRestrictions(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回从对象存储区中选择指定类型的对象所需的限制。
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
要检索其所需限制的类型的数据源特定名称。
返回
表示所需的限制的字符串值列表。
例外
typeName 参数为 null。