TestElement.CssProjectStructure Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the area path of an associated work item.
public:
virtual property System::String ^ CssProjectStructure { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.VisualStudio.TestTools.Common.LocalizedDescription(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_CssProjectStructure_PropertyDescription")]
[Microsoft.VisualStudio.TestTools.Common.PropertyWindow(Microsoft.VisualStudio.TestTools.Common.PropertyEditorType.CssProjectStructurePicker, Microsoft.VisualStudio.TestTools.Common.PropertyConverterType.ProjectStructureConverter)]
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_CssProjectStructure")]
[Microsoft.VisualStudio.TestTools.Common.VisibleProperty]
public virtual string CssProjectStructure { get; set; }
[<Microsoft.VisualStudio.TestTools.Common.LocalizedDescription(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_CssProjectStructure_PropertyDescription")>]
[<Microsoft.VisualStudio.TestTools.Common.PropertyWindow(Microsoft.VisualStudio.TestTools.Common.PropertyEditorType.CssProjectStructurePicker, Microsoft.VisualStudio.TestTools.Common.PropertyConverterType.ProjectStructureConverter)>]
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_CssProjectStructure")>]
[<Microsoft.VisualStudio.TestTools.Common.VisibleProperty>]
member this.CssProjectStructure : string with get, set
Public Overridable Property CssProjectStructure As String
Property Value
The area path of an associated work item.
Implements
- Attributes