DataflowBlockOptions.NameFormat 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置查询块的名称时要使用的格式字符串。
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 属性返回。