TestElement.CssProjectStructure Property

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

Syntax

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

Implements

ITestElement.CssProjectStructure

Permissions

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace