VisiblePropertyAttribute Klasse

Definition

Stellt ein Attribut dar, das auf eine Eigenschaft eines Test Elements angewendet wird, das eine Eigenschaft als Gruppierungs Eigenschaft im Eigenschaften Fenster der Visual Studio Test Professional Benutzeroberfläche markiert.

public ref class VisiblePropertyAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public class VisiblePropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type VisiblePropertyAttribute = class
    inherit Attribute
Public Class VisiblePropertyAttribute
Inherits Attribute
Vererbung
VisiblePropertyAttribute
Abgeleitet
Attribute

Konstruktoren

VisiblePropertyAttribute()

Initialisiert eine neue Instanz der VisiblePropertyAttribute-Klasse.

Gilt für