XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / XdsDocument Constructor / XdsDocument Constructor(Stream)
The stream to read from.



In This Topic
    XdsDocument Constructor(Stream)
    In This Topic
    Create a new XdsDocument object from a Stream
    Syntax
    Public Function New( _
       ByVal stream As Stream _
    )
    Dim stream As Stream
     
    Dim instance As New XdsDocument(stream)
    public XdsDocument( 
       Stream stream
    )
    public:
    XdsDocument( 
       Stream^ stream
    )

    Parameters

    stream
    The stream to read from.
    Remarks
    Unlike the XdsDocument Constructor(String) version, this overload has no means to determine the MimeType whic must be set explicitly.
    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