Поделиться через


CssIterationAttribute Class

Definition

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 Iteration URI.

public ref class CssIterationAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class CssIterationAttribute : Microsoft.VisualStudio.TestTools.UnitTesting.TestPropertyAttribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class CssIterationAttribute : 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 CssIterationAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class CssIterationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)>]
type CssIterationAttribute = class
    inherit TestPropertyAttribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)>]
type CssIterationAttribute = 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 CssIterationAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type CssIterationAttribute = class
    inherit Attribute
Public NotInheritable Class CssIterationAttribute
Inherits TestPropertyAttribute
Public NotInheritable Class CssIterationAttribute
Inherits Attribute
Inheritance
CssIterationAttribute
Inheritance
CssIterationAttribute
Attributes

Constructors

CssIterationAttribute(String)

Initializes a new instance of the CssIterationAttribute class for CSS Iteration URI.

Properties

CssIteration

Gets the CSS Iteration URI.

Name

Gets the name.

(Inherited from TestPropertyAttribute)
Value

Gets the value.

(Inherited from TestPropertyAttribute)

Applies to