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} 将替换为块的 ID,如块的 Completion.Id 属性返回。

适用于