ExportParameterAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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型。 |