DataflowBlockOptions.NameFormat 屬性

定義

取得或設定查詢區塊名稱時所要使用的格式字串。

public:
 property System::String ^ NameFormat { System::String ^ get(); void set(System::String ^ value); };
public string NameFormat { get; set; }
member this.NameFormat : string with get, set
Public Property NameFormat As String

屬性值

查詢區塊名稱時所要使用的格式字串。

備註

名稱格式最多可以包含兩個格式專案。 {0} 將會以區塊的名稱取代。 {1} 將會取代為區塊的識別碼,如同從區塊的 Completion.Id 屬性傳回。

適用於