次の方法で共有


PresentationDocument.RibbonAndBackstageCustomizationsPart Property

Gets the RibbonAndBackstageCustomizationsPart of the PresentationDocument, only available in Office2010.

Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public ReadOnly Property RibbonAndBackstageCustomizationsPart As RibbonAndBackstageCustomizationsPart
    Get
'使用
Dim instance As PresentationDocument
Dim value As RibbonAndBackstageCustomizationsPart

value = instance.RibbonAndBackstageCustomizationsPart
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public RibbonAndBackstageCustomizationsPart RibbonAndBackstageCustomizationsPart { get; }

Property Value

Type: DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart

See Also

Reference

PresentationDocument Class

PresentationDocument Members

DocumentFormat.OpenXml.Packaging Namespace