Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.