PackagePart.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 标识符。

已删除此部分。

- 或 -

Package 没有打开(调用了 Dispose(Boolean)Close())。

包是只写的(无法读取关系信息)。

注解

id 必须是有效的 XML 标识符。 类型 id 为 xsd:ID,必须遵循 XML 架构第 2 部分:数据类型 规范中规定的命名约定, (请参阅 https://www.w3.org/TR/xmlschema-2/#ID) 。

适用于

另请参阅