UserVisiblePropertyAttribute Class

Definition

Represents an attribute that can be applied to a property of a test element to make the property visible in the property window of the Visual Studio Test Professional user interface. This class cannot be inherited.

public ref class UserVisiblePropertyAttribute sealed : Microsoft::VisualStudio::TestTools::Common::VisiblePropertyAttribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class UserVisiblePropertyAttribute : Microsoft.VisualStudio.TestTools.Common.VisiblePropertyAttribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type UserVisiblePropertyAttribute = class
    inherit VisiblePropertyAttribute
Public NotInheritable Class UserVisiblePropertyAttribute
Inherits VisiblePropertyAttribute
Inheritance
UserVisiblePropertyAttribute
Attributes

Constructors

UserVisiblePropertyAttribute(String)

Initializes a new instance of the UserVisiblePropertyAttribute class by using the provided property ID.

Properties

Guid

Gets the GUID for the property to which the attribute is applied.

Id

Gets a string version of the Guid property value.

Applies to