OpenXmlPartContainer.DeleteExternalRelationship Method (Microsoft.Office.DocumentFormat.OpenXml.Packaging)

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

Delete the external relationship.

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

構文

'宣言
Public Sub DeleteExternalRelationship ( _
    externalRelationship As ExternalRelationship _
)
'使用
Dim instance As OpenXmlPartContainer
Dim externalRelationship As ExternalRelationship

instance.DeleteExternalRelationship(externalRelationship)
public void DeleteExternalRelationship (
    ExternalRelationship externalRelationship
)

Parameters

  • externalRelationship
    The external relationship to be deleted.

参照

リファレンス

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