共用方式為


marker_series::write_flag 方法

將旗標寫入並行視覺化檢視追蹤檔。

語法

void write_flag(
   _In_ LPCTSTR _Format,
   ...
);
void write_flag(
   marker_importance _Importance,
   _In_ LPCTSTR _Format,
   ...
);
void write_flag(
   int _Category,
   _In_ LPCTSTR _Format,
   ...
);
void write_flag(
   marker_importance _Importance,
   int _Category,
   _In_ LPCTSTR _Format,
   ...
);

參數

_Format 複合格式字串,其中包含混合零或多個格式項目的文字,並與引數清單中的物件相對應。

_Importance 重要性層級。

_Category 分類。

需求

標頭:cvmarkersobj.h

命名空間:Concurrency::diagnostic

另請參閱