IOpcRelationshipSet::RelationshipExists 方法 (msopc.h)
取得值,這個值表示指定的關聯性是否以集合中的關聯性物件表示。
語法
HRESULT RelationshipExists(
[in] LPCWSTR relationshipIdentifier,
[out, retval] BOOL *relationshipExists
);
參數
[in] relationshipIdentifier
關聯性的唯一標識碼。
[out, retval] relationshipExists
下列其中一個值:
值 | 意義 |
---|---|
|
關聯性,在 relationshipIdentifier 中指定的標識碼會在集合中表示。 |
|
關聯性,在 relationshipIdentifier 中指定的標識碼未在集合中表示。 |
傳回值
方法會傳回 HRESULT。 可能的值包括 (但不限於) 下表中的這些值。
傳回碼 | 描述 |
---|---|
|
此方法已成功。 |
|
至少其中一個 relationshipIdentifier 和 relationshipExists 參數為 NULL。 |
|
來自套件耗用量錯誤群組的 HRESULT 錯誤碼。 |
|
來自元件 URI 錯誤群組的 HRESULT 錯誤碼。 |
備註
如果關聯性是在集合中表示,則關聯性會儲存在該集合所代表的 [關聯性] 部分。
執行緒安全性
封裝物件不是安全線程。
如需詳細資訊,請參閱使用封裝 API 使用者入門。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 7 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | msopc.h |
另請參閱
概觀
參考