BackstageTab.Tag Property
tag.Represents the attribte in schema: tag
Namespace: DocumentFormat.OpenXml.Office2010.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<SchemaAttrAttribute(, "tag")> _
Public Property Tag As StringValue
Get
Set
用法
Dim instance As BackstageTab
Dim value As StringValue
value = instance.Tag
instance.Tag = value
[SchemaAttrAttribute(, "tag")]
public StringValue Tag { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue