Share via


IVsDataObjectStore.GetRequiredRestrictions(String) Method

Definition

Returns the restrictions that are required for selecting objects of the specified type from the object store.

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)

Parameters

typeName
String

The data source–specific name of the type for which to retrieve the required restrictions.

Returns

A list of string values representing the required restrictions.

Exceptions

The typeName parameter is null.

Applies to