RemoteArgumentKind Enumeração

Definição

Especifica o tipo de argumento que um RemoteArgument representa.Specifies the kind of argument that a RemoteArgument represents.

public enum class RemoteArgumentKind
public enum RemoteArgumentKind
type RemoteArgumentKind = 
Public Enum RemoteArgumentKind
Herança
RemoteArgumentKind

Campos

Contract 3

O RemoteArgument representa um IContract.The RemoteArgument represents an IContract.

Intrinsic 1

O RemoteArgument representa um tipo de dados intrínseco.The RemoteArgument represents an intrinsic data type.

IntrinsicArray 2

O RemoteArgument representa um Array que contém elementos de um tipo de dados intrínseco.The RemoteArgument represents an Array that contains elements of an intrinsic data type.

Missing 0

O RemoteArgument representa o valor Missing.The RemoteArgument represents the Missing value. Este é o valor padrão para a propriedade de RemoteArgumentKind .This is the default value for the RemoteArgumentKind property.

Comentários

A RemoteArgumentKind enumeração é usada pela RemoteArgument.RemoteArgumentKind propriedade.The RemoteArgumentKind enumeration is used by the RemoteArgument.RemoteArgumentKind property.

Um tipo de dados intrínseco é um tipo de dados primitivo (ou seja, a Type.IsPrimitive Propriedade do tipo é true ) ou a String , Decimal , DateTime ou DBNull .An intrinsic data type is a primitive data type (that is, the Type.IsPrimitive property of the type is true) or a String, Decimal, DateTime, or DBNull.

Aplica-se a