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
<PropertyWindowAttribute(PropertyEditorType.CssProjectStructurePicker, PropertyConverterType.ProjectStructureConverter)> _
<VisiblePropertyAttribute> _
Public Overridable Property CssProjectStructure As String
[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)

Property Value

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

Implements

ITestElement.CssProjectStructure

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace