Proprietà TestElement.CssIteration
Ottiene o imposta il percorso di iterazione di un elemento di lavoro associato.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
<VisiblePropertyAttribute> _
<PropertyWindowAttribute(PropertyEditorType.CssIterationPicker, PropertyConverterType.IterationConverter)> _
Public Overridable Property CssIteration As String
[VisiblePropertyAttribute]
[PropertyWindowAttribute(PropertyEditorType.CssIterationPicker, PropertyConverterType.IterationConverter)]
public virtual string CssIteration { get; set; }
[VisiblePropertyAttribute]
[PropertyWindowAttribute(PropertyEditorType::CssIterationPicker, PropertyConverterType::IterationConverter)]
public:
virtual property String^ CssIteration {
String^ get ();
void set (String^ value);
}
[<VisiblePropertyAttribute>]
[<PropertyWindowAttribute(PropertyEditorType.CssIterationPicker, PropertyConverterType.IterationConverter)>]
abstract CssIteration : string with get, set
[<VisiblePropertyAttribute>]
[<PropertyWindowAttribute(PropertyEditorType.CssIterationPicker, PropertyConverterType.IterationConverter)>]
override CssIteration : string with get, set
function get CssIteration () : String
function set CssIteration (value : String)
Valore proprietà
Tipo: String
Percorso di iterazione di un elemento di lavoro associato.
Implementa
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.