Nevron .NET Vision
Nevron.Diagram Namespace / NConnectionContainer Class / ExportConnections Method


In This Topic
    ExportConnections Method (NConnectionContainer)
    In This Topic
    Exports the content of this container as a NConnectionCollection instance.
    Syntax
    'Declaration
     
    
    Public Overridable Function ExportConnections() As NConnectionCollection
    'Usage
     
    
    Dim instance As NConnectionContainer
    Dim value As NConnectionCollection
     
    value = instance.ExportConnections()
    public virtual NConnectionCollection ExportConnections()

    Return Value

    connection collection
    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