Package.RelationshipExists(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示具有给定 ID 的包级别关系是否包含在包中。
public:
bool RelationshipExists(System::String ^ id);
public bool RelationshipExists (string id);
member this.RelationshipExists : string -> bool
Public Function RelationshipExists (id As String) As Boolean
参数
返回
如果具有指定的 id
的包级别关系在包中,则为 true
;否则为 false
。
例外
id
为 null
。
id
不是有效的 XML 标识符。
包未打开(已调用了 Dispose(Boolean) 或 Close())。
包是只写的。
注解
有关其他信息,请参阅开放打包约定 (OPC) 规范,可从 下载 https://www.ecma-international.org/publications-and-standards/standards/ecma-376/。