IVsDataObjectSelector.GetRequiredRestrictions(String) Method

Definition

When implemented by a class, retrieves a list of the restrictions that are required when selecting data objects for the specified type.

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

Returns

A list of the restrictions that are required when retrieving data objects for the current type.

Applies to