IVsDataObjectSelector.GetSupportedRestrictions(String) Method

Definition

When implemented by a class, retrieves all the restrictions that are supported when selecting data objects for the specified type.

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 type name for which to get the supported restrictions.

Returns

A list of the restrictions that are supported when retrieving data objects for the specified type.

Applies to