Freigeben über


UITestPropertyDescriptor.Attributes-Eigenschaft

Ruft die Berechtigungen für die Eigenschaft ab.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public ReadOnly Property Attributes As UITestPropertyAttributes
    Get
public UITestPropertyAttributes Attributes { get; }
public:
property UITestPropertyAttributes Attributes {
    UITestPropertyAttributes get ();
}
member Attributes : UITestPropertyAttributes
function get Attributes () : UITestPropertyAttributes

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyAttributes
Die Berechtigungen für die Eigenschaft.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestPropertyDescriptor Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace