JSObject.GetPropertyAsJSObject(String) メソッド

定義

プロパティが存在する場合は、プロパティの値をプロキシとして JSObject 返します。それ以外の場合 nullは 。

public:
 System::Runtime::InteropServices::JavaScript::JSObject ^ GetPropertyAsJSObject(System::String ^ propertyName);
public System.Runtime.InteropServices.JavaScript.JSObject? GetPropertyAsJSObject (string propertyName);
member this.GetPropertyAsJSObject : string -> System.Runtime.InteropServices.JavaScript.JSObject
Public Function GetPropertyAsJSObject (propertyName As String) As JSObject

パラメーター

propertyName
String

プロパティの名前。

戻り値

指定した名前のプロパティの値。

例外

プロパティ値は ではありません JSObject

注釈

プロパティ値が オブジェクトでない場合、このメソッドは をスロー JSException します。

適用対象