Freigeben über


ITestElement.ControllerPlugin-Eigenschaft

Ruft den Namen des zugeordneten Controller-Plug-Ins ab.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
ReadOnly Property ControllerPlugin As String
string ControllerPlugin { get; }
property String^ ControllerPlugin {
    String^ get ();
}
abstract ControllerPlugin : string with get
function get ControllerPlugin () : String

Eigenschaftswert

Typ: String
Der Name des zugeordneten Controller-Plug-Ins.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestElement Schnittstelle

Microsoft.VisualStudio.TestTools.Common-Namespace