GlobalScope.IExpando.AddProperty(String) Methode

Definitie

Hiermee voegt u de opgegeven eigenschap toe aan het globale bereik. Deze methode is niet geïmplementeerd in JScript.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

 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

Parameters

name
String

De naam van de eigenschap die u wilt toevoegen.

Retouren

null in alle gevallen.

Implementeringen

Van toepassing op

Zie ook