Share via


CssIterationAttribute Class

Definition

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)]
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)>]
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