GlobalObject.short Propriedade
Definição
Obtém o tipo gerenciado que corresponde ao tipo de dados short de JScript.Gets the managed type that corresponds to the JScript short data type.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
static property Type ^ short { Type ^ get(); };
public static Type short { get; }
member this.short : Type
Public Shared ReadOnly Property short As Type
Valor da propriedade
O tipo gerenciado que corresponde ao tipo de short dados JScript.The managed type that corresponds to the JScript short data type.