ExifInterface.SetAttribute(String, String) Method

Definition

Set the value of the specified tag.

[Android.Runtime.Register("setAttribute", "(Ljava/lang/String;Ljava/lang/String;)V", "GetSetAttribute_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual void SetAttribute (string tag, string? value);
[<Android.Runtime.Register("setAttribute", "(Ljava/lang/String;Ljava/lang/String;)V", "GetSetAttribute_Ljava_lang_String_Ljava_lang_String_Handler")>]
abstract member SetAttribute : string * string -> unit
override this.SetAttribute : string * string -> unit

Parameters

tag
String

the name of the tag.

value
String

the value of the tag.

Attributes

Remarks

Set the value of the specified tag.

Java documentation for android.media.ExifInterface.setAttribute(java.lang.String, java.lang.String).

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