JSObject.IExpando.AddProperty(String) Método

Definição

Adiciona a propriedade especificada ao objeto. Este método não foi implementado em JScript.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

 virtual System::Reflection::PropertyInfo ^ System.Runtime.InteropServices.Expando.IExpando.AddProperty(System::String ^ name) = System::Runtime::InteropServices::Expando::IExpando::AddProperty;
System.Reflection.PropertyInfo IExpando.AddProperty (string name);
abstract member System.Runtime.InteropServices.Expando.IExpando.AddProperty : string -> System.Reflection.PropertyInfo
override this.System.Runtime.InteropServices.Expando.IExpando.AddProperty : string -> System.Reflection.PropertyInfo
Function AddProperty (name As String) As PropertyInfo Implements IExpando.AddProperty

Parâmetros

name
String

O nome da propriedade a ser adicionada.

Retornos

nulo em todos os casos.

Implementações

Aplica-se a

Confira também