Metodo BaseShadow.GetShadowAttacher
Utilizzato per il ripristino dinamico di 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
Tipo, potenzialmente una matrice o un puntatore.
Valore restituito
Tipo: Microsoft.VisualStudio.TestTools.UnitTesting.BaseShadow.ElementConverter
Delegato BaseShadow.ElementConverter per il metodo AttachShadow.
Note
Ottiene dinamicamente il metodo statico AttachShadow per il tipo specificato, cercando in profondità il tipo di elemento interno. Ad esempio, per il metodo typeof(privateObject_Shadow[,][,]) GetShadowAttacher verrà restituito l'oggetto privateObject_Shadow.AttachShadow.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.TestTools.UnitTesting