Freigeben über


ITestElement.CssIteration-Eigenschaft

Ruft den Iterationspfad für eine zugeordnete Arbeitsaufgabe ab oder legt diesen fest.

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

Syntax

'Declaration
Property CssIteration As String
string CssIteration { get; set; }
property String^ CssIteration {
    String^ get ();
    void set (String^ value);
}
abstract CssIteration : string with get, set
function get CssIteration () : String 
function set CssIteration (value : String)

Eigenschaftswert

Typ: String
Der Iterationspfad für eine zugeordnete Arbeitsaufgabe.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestElement Schnittstelle

Microsoft.VisualStudio.TestTools.Common-Namespace