次の方法で共有


DialogsheetPart.EmbeddedObjectParts Property (Microsoft.Office.DocumentFormat.OpenXml.Packaging)

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

Gets the EmbeddedObjectParts of the DialogsheetPart

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

構文

'宣言
Public ReadOnly Property EmbeddedObjectParts As IEnumerable(Of EmbeddedObjectPart)
'使用
Dim instance As DialogsheetPart
Dim value As IEnumerable(Of EmbeddedObjectPart)

value = instance.EmbeddedObjectParts
public IEnumerable<EmbeddedObjectPart> EmbeddedObjectParts { get; }

参照

リファレンス

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