Sprache

ITestTargetClass.Value Method

Definition

Caution

deprecated

Specifies the class being tested.

[Android.Runtime.Register("value", "()Ljava/lang/Class;", "GetValueHandler:Dalvik.Annotation.ITestTargetClassInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
[System.Obsolete("deprecated")]
public Java.Lang.Class? Value();
[<Android.Runtime.Register("value", "()Ljava/lang/Class;", "GetValueHandler:Dalvik.Annotation.ITestTargetClassInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
[<System.Obsolete("deprecated")>]
abstract member Value : unit -> Java.Lang.Class

Returns

The class being tested.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to