ServiceDocumentFormatter.TryParseElement 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
요소 확장을 구문 분석하려고 시도합니다.
오버로드
| Name | Description |
|---|---|
| TryParseElement(XmlReader, CategoriesDocument, String) |
요소 확장을 구문 분석하려고 시도합니다. |
| TryParseElement(XmlReader, ResourceCollectionInfo, String) |
요소 확장을 구문 분석하려고 시도합니다. |
| TryParseElement(XmlReader, ServiceDocument, String) |
요소 확장을 구문 분석하려고 시도합니다. |
| TryParseElement(XmlReader, Workspace, String) |
요소 확장을 구문 분석하려고 시도합니다. |
TryParseElement(XmlReader, CategoriesDocument, String)
- Source:
- ServiceDocumentFormatter.cs
- Source:
- ServiceDocumentFormatter.cs
- Source:
- ServiceDocumentFormatter.cs
- Source:
- ServiceDocumentFormatter.cs
요소 확장을 구문 분석하려고 시도합니다.
protected:
static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::CategoriesDocument ^ categories, System::String ^ version);
protected static bool TryParseElement(System.Xml.XmlReader reader, System.ServiceModel.Syndication.CategoriesDocument categories, string version);
static member TryParseElement : System.Xml.XmlReader * System.ServiceModel.Syndication.CategoriesDocument * string -> bool
Protected Shared Function TryParseElement (reader As XmlReader, categories As CategoriesDocument, version As String) As Boolean
매개 변수
- categories
- CategoriesDocument
CategoriesDocument 요소 확장을 구문 분석하는 데 사용할 수 있습니다.
- version
- String
구문 분석할 때 사용할 배포 버전입니다.
반품
true요소 확장이 성공적으로 구문 분석되었으면 이고, 그렇지 않으면 . false
적용 대상
TryParseElement(XmlReader, ResourceCollectionInfo, String)
- Source:
- ServiceDocumentFormatter.cs
- Source:
- ServiceDocumentFormatter.cs
- Source:
- ServiceDocumentFormatter.cs
- Source:
- ServiceDocumentFormatter.cs
요소 확장을 구문 분석하려고 시도합니다.
protected:
static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::ResourceCollectionInfo ^ collection, System::String ^ version);
protected static bool TryParseElement(System.Xml.XmlReader reader, System.ServiceModel.Syndication.ResourceCollectionInfo collection, string version);
static member TryParseElement : System.Xml.XmlReader * System.ServiceModel.Syndication.ResourceCollectionInfo * string -> bool
Protected Shared Function TryParseElement (reader As XmlReader, collection As ResourceCollectionInfo, version As String) As Boolean
매개 변수
- collection
- ResourceCollectionInfo
ResourceCollectionInfo 요소 확장을 구문 분석하는 데 사용할 수 있습니다.
- version
- String
구문 분석할 때 사용할 배포 버전입니다.
반품
true요소 확장이 성공적으로 구문 분석되었으면 이고, 그렇지 않으면 . false
적용 대상
TryParseElement(XmlReader, ServiceDocument, String)
- Source:
- ServiceDocumentFormatter.cs
- Source:
- ServiceDocumentFormatter.cs
- Source:
- ServiceDocumentFormatter.cs
- Source:
- ServiceDocumentFormatter.cs
요소 확장을 구문 분석하려고 시도합니다.
protected:
static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::ServiceDocument ^ document, System::String ^ version);
protected static bool TryParseElement(System.Xml.XmlReader reader, System.ServiceModel.Syndication.ServiceDocument document, string version);
static member TryParseElement : System.Xml.XmlReader * System.ServiceModel.Syndication.ServiceDocument * string -> bool
Protected Shared Function TryParseElement (reader As XmlReader, document As ServiceDocument, version As String) As Boolean
매개 변수
- document
- ServiceDocument
ServiceDocument 요소 확장을 구문 분석하는 데 사용할 수 있습니다.
- version
- String
구문 분석할 때 사용할 배포 버전입니다.
반품
true 요소 확장이 성공적으로 구문 분석되었으면 입니다.
적용 대상
TryParseElement(XmlReader, Workspace, String)
- Source:
- ServiceDocumentFormatter.cs
- Source:
- ServiceDocumentFormatter.cs
- Source:
- ServiceDocumentFormatter.cs
- Source:
- ServiceDocumentFormatter.cs
요소 확장을 구문 분석하려고 시도합니다.
protected:
static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::Workspace ^ workspace, System::String ^ version);
protected static bool TryParseElement(System.Xml.XmlReader reader, System.ServiceModel.Syndication.Workspace workspace, string version);
static member TryParseElement : System.Xml.XmlReader * System.ServiceModel.Syndication.Workspace * string -> bool
Protected Shared Function TryParseElement (reader As XmlReader, workspace As Workspace, version As String) As Boolean
매개 변수
- version
- String
구문 분석할 때 사용할 배포 버전입니다.
반품
true요소 확장이 성공적으로 구문 분석되었으면 이고, 그렇지 않으면 . false