MetaDataAttribute(String) Constructor

Definition

Constructs and initializes a new MetaDataAttribute instance with the specified meta-data name.

public MetaDataAttribute (string name);
new Android.App.MetaDataAttribute : string -> Android.App.MetaDataAttribute

Parameters

name
String

A String containing the value of the //meta-data/@android:name attribute to generate.

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