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