JSObject.IExpando.AddProperty(String) Método

Definición

Agrega la propiedad especificada al objeto. Este método no se implementa en JScript.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el 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

Nombre de la propiedad que se va a agregar.

Devoluciones

PropertyInfo

Es null en todos los casos.

Implementaciones

Se aplica a

Consulte también