Condividi tramite


Proprietà TestElement.CssProjectStructure

Ottiene o imposta il percorso area 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
<PropertyWindowAttribute(PropertyEditorType.CssProjectStructurePicker, PropertyConverterType.ProjectStructureConverter)> _
<VisiblePropertyAttribute> _
Public Overridable Property CssProjectStructure As String
    Get
    Set
[PropertyWindowAttribute(PropertyEditorType.CssProjectStructurePicker, PropertyConverterType.ProjectStructureConverter)]
[VisiblePropertyAttribute]
public virtual string CssProjectStructure { get; set; }
[PropertyWindowAttribute(PropertyEditorType::CssProjectStructurePicker, PropertyConverterType::ProjectStructureConverter)]
[VisiblePropertyAttribute]
public:
virtual property String^ CssProjectStructure {
    String^ get ();
    void set (String^ value);
}
[<PropertyWindowAttribute(PropertyEditorType.CssProjectStructurePicker, PropertyConverterType.ProjectStructureConverter)>]
[<VisiblePropertyAttribute>]
abstract CssProjectStructure : string with get, set
[<PropertyWindowAttribute(PropertyEditorType.CssProjectStructurePicker, PropertyConverterType.ProjectStructureConverter)>]
[<VisiblePropertyAttribute>]
override CssProjectStructure : string with get, set
function get CssProjectStructure () : String
function set CssProjectStructure (value : String)

Valore proprietà

Tipo: System.String
Percorso area di un elemento di lavoro associato.

Implementa

ITestElement.CssProjectStructure

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestElement Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common