IncludeAndroidResourcesFromAttribute Class

Definition

Caution

This attribute is no longer supported.

Identifies a directory of Android resources to include at build time.

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
[System.Obsolete("This attribute is no longer supported.", true)]
public class IncludeAndroidResourcesFromAttribute : Android.ReferenceFilesAttribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
[<System.Obsolete("This attribute is no longer supported.", true)>]
type IncludeAndroidResourcesFromAttribute = class
    inherit ReferenceFilesAttribute
Inheritance
IncludeAndroidResourcesFromAttribute
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.

Constructors

Name Description
IncludeAndroidResourcesFromAttribute(String)

Initializes a new instance that includes Android resources from the specified directory.

Properties

Name Description
EmbeddedArchive

Gets or sets the name of the embedded archive.

(Inherited from ReferenceFilesAttribute)
InstallInstructions

Gets or sets installation instructions for the referenced file.

(Inherited from ReferenceFilesAttribute)
PackageName

Gets or sets the package name associated with the referenced file.

(Inherited from ReferenceFilesAttribute)
ResourceDirectory

Gets the directory containing the included Android resources.

Sha1sum

Gets or sets the SHA-1 checksum of the referenced file.

(Inherited from ReferenceFilesAttribute)
SourceUrl

Gets or sets the source URL for the referenced file.

(Inherited from ReferenceFilesAttribute)
Version

Gets or sets the version of the referenced file.

(Inherited from ReferenceFilesAttribute)

Applies to