Share via


TestElement.CssProjectStructure Property

Gets or sets the area path of an associated work item.

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

Syntax

'Declaration
<VisiblePropertyAttribute> _
<PropertyWindowAttribute(PropertyEditorType.CssProjectStructurePicker, PropertyConverterType.ProjectStructureConverter)> _
Public Overridable Property CssProjectStructure As String
'Usage
Dim instance As TestElement 
Dim value As String 

value = instance.CssProjectStructure

instance.CssProjectStructure = value
[VisiblePropertyAttribute]
[PropertyWindowAttribute(PropertyEditorType.CssProjectStructurePicker, PropertyConverterType.ProjectStructureConverter)]
public virtual string CssProjectStructure { get; set; }
[VisiblePropertyAttribute]
[PropertyWindowAttribute(PropertyEditorType::CssProjectStructurePicker, PropertyConverterType::ProjectStructureConverter)]
public:
virtual property String^ CssProjectStructure {
    String^ get ();
    void set (String^ value);
}
public function get CssProjectStructure () : String 
public function set CssProjectStructure (value : String)

Property Value

Type: System.String
The area path of an associated work item.

Implements

ITestElement.CssProjectStructure

.NET Framework Security

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace