言語

IncludeAndroidResourcesFromAttribute クラス

定義

注意事項

This attribute is no longer supported.

ビルド時に含める Android リソースのディレクトリを識別します。

[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
継承
IncludeAndroidResourcesFromAttribute
属性

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

コンストラクター

名前 説明
IncludeAndroidResourcesFromAttribute(String)
古い.

指定したディレクトリから Android リソースを含む新しいインスタンスを初期化します。

プロパティ

名前 説明
EmbeddedArchive
古い.

埋め込みアーカイブの名前を取得または設定します。

(継承元 ReferenceFilesAttribute)
InstallInstructions
古い.

参照先ファイルのインストール手順を取得または設定します。

(継承元 ReferenceFilesAttribute)
PackageName
古い.

参照先ファイルに関連付けられているパッケージ名を取得または設定します。

(継承元 ReferenceFilesAttribute)
ResourceDirectory
古い.

含まれている Android リソースを含むディレクトリを取得します。

Sha1sum
古い.

参照先ファイルの SHA-1 チェックサムを取得または設定します。

(継承元 ReferenceFilesAttribute)
SourceUrl
古い.

参照先ファイルのソース URL を取得または設定します。

(継承元 ReferenceFilesAttribute)
Version
古い.

参照されるファイルのバージョンを取得または設定します。

(継承元 ReferenceFilesAttribute)

適用対象