共用方式為


VerifyInterfaceHelper 結構

支援 Windows 執行階段 C++範本連結庫基礎結構,並不適合直接從程式代碼使用。

語法

template <bool isWinRTInterface, typename I>
struct VerifyInterfaceHelper;

template <typename I>
struct VerifyInterfaceHelper<false, I>;

參數

I
要驗證的介面。

isWinRTInterface

備註

確認樣板參數所指定的介面符合特定需求。

成員

公用方法

名稱 描述
VerifyInterfaceHelper::Verify 方法 確認目前範本參數所指定的介面符合特定需求。

繼承階層架構

VerifyInterfaceHelper

需求

標頭: implements.h

命名空間: Microsoft::WRL::D etails

VerifyInterfaceHelper::Verify

支援 WRL 基礎結構,並不適合直接從您的程式代碼使用。

static void Verify();

備註

確認目前範本參數所指定的介面符合特定需求。