IVsDataObjectSelector.GetSupportedRestrictions(String) Método

Definição

Quando implementada por uma classe, o recupera todas as restrições que têm suporte ao selecionar objetos de dados para o tipo especificado.

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)

Parâmetros

typeName
String

A fonte de dados – nome de tipo específico para o qual obter as restrições com suporte.

Retornos

IList<String>

Uma lista das restrições com suporte ao recuperar objetos de dados para o tipo especificado.

Aplica-se a