Sdílet prostřednictvím


GlobalScope.IExpando.AddProperty(String) Metoda

Definice

Přidá zadanou vlastnost do globálního oboru. Tato metoda není implementována v jazyce JScript.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

 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

Parametry

name
String

Název vlastnosti, která se má přidat.

Návraty

null ve všech případech.

Implementuje

Platí pro

Viz také