Compartilhar via


Método BaseShadow.GetShadowAttacher

Usado para a restauração de matrizes de tipos particulares de dinamicamente.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (em Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintaxe

'Declaração
Protected Shared Function GetShadowAttacher ( _
    type As Type _
) As BaseShadow..::..ElementConverter
protected static BaseShadow..::..ElementConverter GetShadowAttacher(
    Type type
)
protected:
static BaseShadow..::..ElementConverter^ GetShadowAttacher(
    Type^ type
)
static member GetShadowAttacher : 
        type:Type -> BaseShadow..::..ElementConverter 
protected static function GetShadowAttacher(
    type : Type
) : BaseShadow..::..ElementConverter

Parâmetros

  • type
    Tipo: System.Type
    O tipo, potencialmente, uma matriz ou ponteiro.

Valor de retorno

Tipo: Microsoft.VisualStudio.TestTools.UnitTesting.BaseShadow.ElementConverter
O BaseShadow.ElementConverter Delegar para o método AttachShadow.

Comentários

Obtém, dinamicamente, o método estático AttachShadow para o tipo de dado, procurando profundamente o tipo de elemento interno. Por exemplo, para typeof(privateObject_Shadow[,][,]) GetShadowAttacher retornará privateObject_Shadow.AttachShadow.

Segurança do .NET Framework

Consulte também

Referência

BaseShadow Classe

Namespace Microsoft.VisualStudio.TestTools.UnitTesting