次の方法で共有


ReferenceRelationship.IsExternal Property

Gets a value indeicates whether the target of the relationship is Internal or External to the OpenXmlPackage.

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

Syntax

'宣言
Public Overridable Property IsExternal As Boolean
    Get
    Private Set
'使用
Dim instance As ReferenceRelationship
Dim value As Boolean

value = instance.IsExternal
public virtual bool IsExternal { get; private set; }

Property Value

Type: System.Boolean

See Also

Reference

ReferenceRelationship Class

ReferenceRelationship Members

DocumentFormat.OpenXml.Packaging Namespace