JSObject.GetPropertyAsJSObject(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果属性存在,则返回属性作为 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 。