Condividi tramite


Metodo BaseShadow.GetShadowAttacher

Utilizzato per dinamicamente il ripristino delle matrici di tipi privati.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintassi

'Dichiarazione
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

Parametri

  • type
    Tipo: System.Type
    il tipo, potenzialmente una matrice o un puntatore.

Valore restituito

Tipo: Microsoft.VisualStudio.TestTools.UnitTesting.BaseShadow.ElementConverter
BaseShadow.ElementConverter delegato per il metodo di AttachShadow.

Note

Ottiene dinamicamente il metodo statico di AttachShadow per il tipo specificato, dall'aspetto approfondita per il tipo di elemento interno.Ad esempio, per typeof(privateObject_Shadow[,][,])GetShadowAttacher restituirà privateObject_Shadow.AttachShadow.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

BaseShadow Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UnitTesting