DynamicDiscoveryDocument.Load(Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deserializes an XML document into a DynamicDiscoveryDocument instance.
public:
static System::Web::Services::Discovery::DynamicDiscoveryDocument ^ Load(System::IO::Stream ^ stream);
public static System.Web.Services.Discovery.DynamicDiscoveryDocument Load (System.IO.Stream stream);
static member Load : System.IO.Stream -> System.Web.Services.Discovery.DynamicDiscoveryDocument
Public Shared Function Load (stream As Stream) As DynamicDiscoveryDocument
Parameters
Returns
The DynamicDiscoveryDocument that was loaded.
Remarks
This static
method takes an XML document, represented as a Stream, and converts in to a DynamicDiscoveryDocument .
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.