言語

ExportParameterAttribute クラス

定義

T:Java でマークされているメソッド内T:Java。Introp.ExportAttribute では、対応するパラメーターまたは戻り値の実際のJava型を指定します。

[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue, AllowMultiple=false, Inherited=false)]
[System.Serializable]
public class ExportParameterAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue, AllowMultiple=false, Inherited=false)>]
[<System.Serializable>]
type ExportParameterAttribute = class
    inherit Attribute
継承
ExportParameterAttribute
属性

注釈

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

コンストラクター

名前 説明
ExportParameterAttribute(ExportParameterKind)

この属性の新しいインスタンスを作成します。

プロパティ

名前 説明
Kind

対応する Android 呼び出し可能ラッパー (ACW) に使用されるJava型。

適用対象