次の方法で共有


MenuRoot.GetTitle Property

getTitle.Represents the attribte in schema: getTitle

Namespace: DocumentFormat.OpenXml.Office.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
<SchemaAttrAttribute(, "getTitle")> _
Public Property GetTitle As StringValue
    Get
    Set
'使用
Dim instance As MenuRoot
Dim value As StringValue

value = instance.GetTitle

instance.GetTitle = value
[SchemaAttrAttribute(, "getTitle")]
public StringValue GetTitle { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

MenuRoot Class

MenuRoot Members

DocumentFormat.OpenXml.Office.CustomUI Namespace