Bagikan melalui


GlobalScope.IExpando.AddProperty(String) Metode

Definisi

Menambahkan properti yang ditentukan ke cakupan global. Metode ini tidak diimplementasikan dalam JScript.

API ini mendukung infrastruktur produk dan tidak dimaksudkan untuk digunakan langsung dari kode Anda.

 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

Nama properti yang akan ditambahkan.

Mengembalikan

null dalam semua kasus.

Penerapan

Berlaku untuk

Lihat juga