Freigeben über


UITestPropertyProvider.IsGetProperty-Eigenschaft

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Ruft einen Wert ab, der angibt, ob der aktuelle Aufruf der zugeordneten Eigenschaft ein get-Aufruf oder ein set-Aufruf ist, oder legt diesen fest.

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

Syntax

'Declaration
Protected Friend Property IsGetProperty As Boolean
protected internal bool IsGetProperty { get; set; }
protected public:
property bool IsGetProperty {
    bool get ();
    void set (bool value);
}
member IsGetProperty : bool with get, set
function get IsGetProperty () : boolean
function set IsGetProperty (value : boolean)

Eigenschaftswert

Typ: System.Boolean
true , wenn der aktuelle Aufruf der zugeordneten Eigenschaft ein get-Aufruf ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestPropertyProvider Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace