共用方式為


IDataCollectorSet::get_Description 方法 (pla.h)

擷取或設定數據收集器集合的描述。 描述會新增至所有輸出檔案作為元數據,並插入效能數據協助程序記錄中作為批注。

這是可讀寫的屬性。

語法

HRESULT get_Description(
  BSTR *description
);

參數

description

傳回值

備註

若要使用二進位檔的當地語系化字串,請在 @binary 格式中指定描述,其中binary 是包含當地語系化資源字串的 EXE 或 DLL, 而 id 是字串資源識別符。

如果您將描述設定為 @binary,#id 窗體,當您擷取描述時,將會收到當地語系化字串。 若要擷取您所設定的描述字串,請存取 IDataCollectorSet::D escriptionUnresolved 屬性。

規格需求

需求
最低支援的用戶端 Windows Vista [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 [僅限傳統型應用程式]
目標平台 Windows
標頭 pla.h
Dll Pla.dll

另請參閱

IDataCollectorSet

IDataCollectorSet::D escriptionUnresolved