XdsObjects Help file
XdsObjects Namespace / XdsRelationship Class / XdsRelationship Constructor / XdsRelationship Constructor(XdsDocument,AssociationType)



In This Topic
    XdsRelationship Constructor(XdsDocument,AssociationType)
    In This Topic
    Create a new XdsRelationship object, including parent and relationship
    Syntax
    Public Function New( _
       ByVal ParentDocument As XdsDocument, _
       ByVal DocumentRelation As AssociationType _
    )
    Dim ParentDocument As XdsDocument
    Dim DocumentRelation As AssociationType
     
    Dim instance As New XdsRelationship(ParentDocument, DocumentRelation)

    Parameters

    ParentDocument
    DocumentRelation
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also