DataCollectionEnvironmentContext.ControllerContext, propriété
Obtient le contexte du contrôleur de test. L'accesseur set n'est destiné qu'à une utilisation interne.
Espace de noms : Microsoft.VisualStudio.TestTools.Execution
Assembly : Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntaxe
'Déclaration
Public Property ControllerContext As ControllerContext
public ControllerContext ControllerContext { get; internal set; }
public:
property ControllerContext^ ControllerContext {
ControllerContext^ get ();
internal: void set (ControllerContext^ value);
}
member ControllerContext : ControllerContext with get, internal set
function get ControllerContext () : ControllerContext
internal function set ControllerContext (value : ControllerContext)
Valeur de propriété
Type : Microsoft.VisualStudio.TestTools.Execution.ControllerContext
Contexte du contrôleur de test.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DataCollectionEnvironmentContext Classe