共用方式為


IOpcRelationshipSelectorSet::Create 方法 (msopc.h)

建立 IOpcRelationshipSelector 介面指標,以代表如何選取要簽署關聯性的子集,並將新的指標新增至集合。

語法

HRESULT Create(
  [in]          OPC_RELATIONSHIP_SELECTOR selector,
  [in]          LPCWSTR                   selectionCriterion,
  [out, retval] IOpcRelationshipSelector  **relationshipSelector
);

參數

[in] selector

值,描述如何解譯在 selectionCriterion 中傳遞的字串。

[in] selectionCriterion

解譯為產生準則的字串。

[out, retval] relationshipSelector

新的 IOpcRelationshipSelector 介面指標,代表如何從關聯性部分選取關聯性。

如果不需要新介面的指標,這個參數可以是 NULL

傳回值

方法會傳回 HRESULT。 可能的值包括 (但不限於) 下表中的這些值。

傳回碼 描述
S_OK
此方法已成功。
E_INVALIDARG
選取器 參數中傳遞的值不是有效的 OPC_RELATIONSHIP_SELECTOR 列舉值。
E_POINTER
partUri 參數為 NULL

備註

使用集合中 IOpcRelationshipSelector 介面指標的方法,選取簽署的關聯性。

建立 IOpcRelationshipSelector 介面指標並新增至集合時,它會在儲存封裝時儲存其存取權的準則。

執行緒安全性

封裝物件不是安全線程。

如需詳細資訊,請參閱使用封裝 API 使用者入門

規格需求

需求
最低支援的用戶端 Windows 7 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 R2 [僅限桌面應用程式]
目標平台 Windows
標頭 msopc.h

另請參閱

核心封裝介面

使用封裝 API 使用者入門

IOpcRelationshipSelectorSet

OPC_RELATIONSHIP_SELECTOR

概觀

封裝 API 程式設計指南

封裝 API 參考

封裝 API 範例

封裝數位簽名介面

封裝介面

參考