ComponentInfo.DescriptionRes プロパティ

定義

コンポーネントのユーザーが読み取り可能な説明を含む文字列リソース識別子 (パッケージのリソース内)。

[Android.Runtime.Register("descriptionRes")]
public int DescriptionRes { get; set; }
[<Android.Runtime.Register("descriptionRes")>]
member this.DescriptionRes : int with get, set

プロパティ値

属性

注釈

コンポーネントのユーザーが読み取り可能な説明を含む文字列リソース識別子 (パッケージのリソース内)。 "description" 属性から、または設定されていない場合は 0。

の Java ドキュメント android.content.pm.ComponentInfo.descriptionRes

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

適用対象