次の方法で共有


NotesMasterPart.CustomXmlParts Property (Microsoft.Office.DocumentFormat.OpenXml.Packaging)

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

Gets the CustomXmlParts of the NotesMasterPart

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

構文

'宣言
Public ReadOnly Property CustomXmlParts As IEnumerable(Of CustomXmlPart)
'使用
Dim instance As NotesMasterPart
Dim value As IEnumerable(Of CustomXmlPart)

value = instance.CustomXmlParts
public IEnumerable<CustomXmlPart> CustomXmlParts { get; }

参照

リファレンス

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