次の方法で共有


CustomUI.CustomUIPart Property

Gets the CustomUIPart associated with this element, it could either be a QuickAccessToolbarCustomizationsPart or a RibbonExtensibilityPart.

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

Syntax

'宣言
Public Property CustomUIPart As CustomUIPart
    Get
    Friend Set
'使用
Dim instance As CustomUI
Dim value As CustomUIPart

value = instance.CustomUIPart
public CustomUIPart CustomUIPart { get; internal set; }

Property Value

Type: DocumentFormat.OpenXml.Packaging.CustomUIPart

See Also

Reference

CustomUI Class

CustomUI Members

DocumentFormat.OpenXml.Office.CustomUI Namespace