Método AdapterService.GetAdapter (Type, Type)

Retorna um adaptador do tipo de adaptador especificado para o item especificado.

Namespace:  Microsoft.Windows.Design.Services
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Public MustOverride Function GetAdapter ( _
    adapterType As Type, _
    itemType As Type _
) As Adapter
public abstract Adapter GetAdapter(
    Type adapterType,
    Type itemType
)
public:
virtual Adapter^ GetAdapter(
    Type^ adapterType, 
    Type^ itemType
) abstract
abstract GetAdapter : 
        adapterType:Type * 
        itemType:Type -> Adapter 
public abstract function GetAdapter(
    adapterType : Type, 
    itemType : Type
) : Adapter

Parâmetros

  • adapterType
    Tipo: System.Type
    O tipo de adaptador para retornar.
  • itemType
    Tipo: System.Type
    Obtenha o adaptador para o item.

Valor de retorno

Tipo: Microsoft.Windows.Design.Interaction.Adapter
An Adapter of type adapterType for itemType.

Comentários

Esse método pode retornar nulluma referência nula (Nothing no Visual Basic) se o item não oferecer tal um adaptador.

Segurança do .NET Framework

Consulte também

Referência

AdapterService Classe

Sobrecargas GetAdapter

Namespace Microsoft.Windows.Design.Services

Adapter

ParentAdapter

Outros recursos

Noções básicas sobre extensibilidade Designer WPF