ServiceDocument.Load Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
Load(XmlReader) |
Ładuje dokument usługi z określonego XmlReaderServiceDocument wystąpienia. |
Load<TServiceDocument>(XmlReader) |
Ładuje dokument usługi z określonego XmlReader do wystąpienia pochodnego ServiceDocument . |
Load(XmlReader)
- Źródło:
- ServiceDocument.cs
- Źródło:
- ServiceDocument.cs
- Źródło:
- ServiceDocument.cs
Ładuje dokument usługi z określonego XmlReaderServiceDocument wystąpienia.
public:
static System::ServiceModel::Syndication::ServiceDocument ^ Load(System::Xml::XmlReader ^ reader);
public static System.ServiceModel.Syndication.ServiceDocument Load (System.Xml.XmlReader reader);
static member Load : System.Xml.XmlReader -> System.ServiceModel.Syndication.ServiceDocument
Public Shared Function Load (reader As XmlReader) As ServiceDocument
Parametry
Zwraca
ServiceDocument Wystąpienie.
Dotyczy
Load<TServiceDocument>(XmlReader)
- Źródło:
- ServiceDocument.cs
- Źródło:
- ServiceDocument.cs
- Źródło:
- ServiceDocument.cs
Ładuje dokument usługi z określonego XmlReader do wystąpienia pochodnego ServiceDocument .
public:
generic <typename TServiceDocument>
where TServiceDocument : System::ServiceModel::Syndication::ServiceDocumentgcnew() static TServiceDocument Load(System::Xml::XmlReader ^ reader);
public static TServiceDocument Load<TServiceDocument> (System.Xml.XmlReader reader) where TServiceDocument : System.ServiceModel.Syndication.ServiceDocument, new();
static member Load : System.Xml.XmlReader -> 'ServiceDocument (requires 'ServiceDocument :> System.ServiceModel.Syndication.ServiceDocument and 'ServiceDocument : (new : unit -> 'ServiceDocument))
Public Shared Function Load(Of TServiceDocument As {ServiceDocumentNew}) (reader As XmlReader) As TServiceDocument
Parametry typu
- TServiceDocument
Typ dokumentu usługi.
Parametry
Zwraca
ServiceDocument Wystąpienie.