PackagePart.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 标识符。
包是只写的(无法读取关系信息)。
注解
id
必须是有效的 XML 标识符。 类型 id
为 xsd:ID,必须遵循 XML 架构第 2 部分:数据类型 规范中规定的命名约定, (请参阅 https://www.w3.org/TR/xmlschema-2/#ID) 。