Package.RelationshipExists(String) 方法

定义

指示具有给定 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
String

要检查的关系的 Id

返回

如果具有指定的 id 的包级别关系在包中,则为 true;否则为 false

例外

idnull

id 不是有效的 XML 标识符。

包未打开(已调用了 Dispose(Boolean)Close())。

包是只写的。

注解

有关其他信息,请参阅开放打包约定 (OPC) 规范,可从 下载 https://www.ecma-international.org/publications-and-standards/standards/ecma-376/

适用于

另请参阅