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

請參閱

參考

marker_series 類別