ElementLocalizability.FormattingTag 属性

定义

获取或设置关联元素的格式设置标记。

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

属性值

String

格式化标记字符串。

注解

如果值为空字符串,则元素不会内联设置格式。 相反,元素将由父内容中的子占位符表示。

适用于