Share via


EndnotesPart.EmbeddedControlParts Property (Microsoft.Office.DocumentFormat.OpenXml.Packaging)

[このトピックはプレリリースのドキュメントであり、今後のリリース時に変更される可能性があります。空白のトピックはプレースホルダとして表示されています。]

Gets the EmbeddedControlParts of the EndnotesPart

Namespace: Microsoft.Office.DocumentFormat.OpenXml.Packaging
Assembly: Microsoft.Office.DocumentFormat.OpenXml (in microsoft.office.documentformat.openxml.dll)

構文

'宣言
Public ReadOnly Property EmbeddedControlParts As IEnumerable(Of EmbeddedControlPart)
'使用
Dim instance As EndnotesPart
Dim value As IEnumerable(Of EmbeddedControlPart)

value = instance.EmbeddedControlParts
public IEnumerable<EmbeddedControlPart> EmbeddedControlParts { get; }

参照

リファレンス

EndnotesPart Class
EndnotesPart Members
Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace