ExportParameterAttribute Classe

Definição

Dentro do método marcado com T:Java. Introp.ExportAttribute, especifique o tipo de Java real do parâmetro correspondente ou do valor retornado.

[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
Herança
ExportParameterAttribute
Atributos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Construtores

Nome Description
ExportParameterAttribute(ExportParameterKind)

Cria uma nova instância desse atributo.

Propriedades

Nome Description
Kind

O tipo de Java usado para o ACW (Android Callable Wrapper) correspondente.

Aplica-se a