JSObject.IExpando.AddProperty(String) メソッド

定義

指定したプロパティをオブジェクトに追加します。 このメソッドは、JScript では実装されていません。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

 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

パラメーター

name
String

追加するプロパティの名前。

戻り値

常に null。

実装

適用対象

こちらもご覧ください