GlobalScope.IExpando.AddProperty(String) Método
Definição
Adiciona a propriedade especificada ao escopo global.Adds the specified property to the global scope. Este método não foi implementado em JScript.This method is not implemented in 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.The name of the property to add.
Retornos
nulo em todos os casos.null in all cases.