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

适用于