UserVisiblePropertyAttribute Class
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.
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
- Attributes
User |
Initializes a new instance of the UserVisiblePropertyAttribute class by using the provided property ID. |
Guid |
Gets the GUID for the property to which the attribute is applied. |
Id |
Gets a string version of the Guid property value. |
Produkt | Wersje |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |