Partager via


TestElement.CssProjectStructure, propriété

Obtient ou définit le chemin de zone d'un élément de travail associé.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
<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)

Valeur de propriété

Type : System.String
Chemin de zone d'un élément de travail associé.

Implémentations

ITestElement.CssProjectStructure

Sécurité .NET Framework

Voir aussi

Référence

TestElement Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms