다음을 통해 공유


TestElement.CssProjectStructure 속성

관련 작업 항목의 영역 경로를 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.Common
어셈블리:  Microsoft.VisualStudio.QualityTools.Common(Microsoft.VisualStudio.QualityTools.Common.dll)

구문

‘선언
<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)

속성 값

형식: String
관련 작업 항목의 영역 경로입니다.

구현

ITestElement.CssProjectStructure

.NET Framework 보안

참고 항목

참조

TestElement 클래스

Microsoft.VisualStudio.TestTools.Common 네임스페이스