JSObject.IExpando.AddProperty(String) Methode

Definition

Fügt dem Objekt die angegebene Eigenschaft hinzu. Diese Methode ist in JScript nicht implementiert.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

 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

Parameter

name
String

Der Name der hinzuzufügenden Eigenschaft.

Gibt zurück

In allen Fällen NULL.

Implementiert

Gilt für:

Weitere Informationen