IVsDataObjectStore.GetSupportedRestrictions(String) Method

Definition

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

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)

Parameters

typeName
String

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

Returns

A list of string values representing the supported restrictions.

Exceptions

The typeName parameter is null.

Applies to