CssProjectStructureAttribute Class
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.
Caution
We will remove or hide this type starting with v4. If you are using this type, reach out to our team on https://github.com/microsoft/testfx.
CSS Project Structure URI.
public ref class CssProjectStructureAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class CssProjectStructureAttribute : Microsoft.VisualStudio.TestTools.UnitTesting.TestPropertyAttribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class CssProjectStructureAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Method)]
[System.Obsolete("We will remove or hide this type starting with v4. If you are using this type, reach out to our team on https://github.com/microsoft/testfx.")]
public sealed class CssProjectStructureAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class CssProjectStructureAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)>]
type CssProjectStructureAttribute = class
inherit TestPropertyAttribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)>]
type CssProjectStructureAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
[<System.Obsolete("We will remove or hide this type starting with v4. If you are using this type, reach out to our team on https://github.com/microsoft/testfx.")>]
type CssProjectStructureAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type CssProjectStructureAttribute = class
inherit Attribute
Public NotInheritable Class CssProjectStructureAttribute
Inherits TestPropertyAttribute
Public NotInheritable Class CssProjectStructureAttribute
Inherits Attribute
- Inheritance
- Inheritance
-
CssProjectStructureAttribute
- Attributes
Constructors
CssProjectStructureAttribute(String) |
Initializes a new instance of the CssProjectStructureAttribute class for CSS Project Structure URI. |
Properties
CssProjectStructure |
Gets the CSS Project Structure URI. |
Name |
Gets the name. (Inherited from TestPropertyAttribute) |
Value |
Gets the value. (Inherited from TestPropertyAttribute) |