JSValue.HasProperty(String) 方法  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
              true如果此 JSValue 具有指定的 property,则返回 。
[Foundation.Export("hasProperty:")]
public virtual bool HasProperty(string property);
	abstract member HasProperty : string -> bool
override this.HasProperty : string -> bool
	参数
- property
 - String
 
返回
- 属性