ServiceDocumentFormatter.TryParseAttribute 메서드

정의

특성 확장을 구문 분석하려고 시도합니다.

오버로드

Name Description
TryParseAttribute(String, String, String, Workspace, String)

특성 확장을 구문 분석하려고 시도합니다.

TryParseAttribute(String, String, String, ServiceDocument, String)

특성 확장을 구문 분석하려고 시도합니다.

TryParseAttribute(String, String, String, CategoriesDocument, String)

특성 확장을 구문 분석하려고 시도합니다.

TryParseAttribute(String, String, String, ResourceCollectionInfo, String)

특성 확장을 구문 분석하려고 시도합니다.

TryParseAttribute(String, String, String, Workspace, String)

Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs

특성 확장을 구문 분석하려고 시도합니다.

protected:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::Workspace ^ workspace, System::String ^ version);
protected static bool TryParseAttribute(string name, string ns, string value, System.ServiceModel.Syndication.Workspace workspace, string version);
static member TryParseAttribute : string * string * string * System.ServiceModel.Syndication.Workspace * string -> bool
Protected Shared Function TryParseAttribute (name As String, ns As String, value As String, workspace As Workspace, version As String) As Boolean

매개 변수

name
String

요소의 이름입니다.

ns
String

요소의 네임스페이스입니다.

value
String

구문 분석할 특성입니다.

workspace
Workspace

Workspace 특성을 구문 분석하는 데 사용할 수 있습니다.

version
String

구문 분석할 때 사용할 배포 버전입니다.

반품

특성 확장이 성공적으로 구문 분석되었으면 이고, 그렇지 않으면 .

적용 대상

TryParseAttribute(String, String, String, ServiceDocument, String)

Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs

특성 확장을 구문 분석하려고 시도합니다.

protected:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::ServiceDocument ^ document, System::String ^ version);
protected static bool TryParseAttribute(string name, string ns, string value, System.ServiceModel.Syndication.ServiceDocument document, string version);
static member TryParseAttribute : string * string * string * System.ServiceModel.Syndication.ServiceDocument * string -> bool
Protected Shared Function TryParseAttribute (name As String, ns As String, value As String, document As ServiceDocument, version As String) As Boolean

매개 변수

name
String

요소의 이름입니다.

ns
String

요소의 네임스페이스입니다.

value
String

구문 분석할 특성 확장입니다.

document
ServiceDocument

ServiceDocument 특성 확장을 구문 분석하는 데 사용할 수 있습니다.

version
String

구문 분석할 때 사용할 배포 버전입니다.

반품

특성 확장이 성공적으로 구문 분석되었으면 이고, 그렇지 않으면 .

적용 대상

TryParseAttribute(String, String, String, CategoriesDocument, String)

Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs

특성 확장을 구문 분석하려고 시도합니다.

protected:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::CategoriesDocument ^ categories, System::String ^ version);
protected static bool TryParseAttribute(string name, string ns, string value, System.ServiceModel.Syndication.CategoriesDocument categories, string version);
static member TryParseAttribute : string * string * string * System.ServiceModel.Syndication.CategoriesDocument * string -> bool
Protected Shared Function TryParseAttribute (name As String, ns As String, value As String, categories As CategoriesDocument, version As String) As Boolean

매개 변수

name
String

요소의 이름입니다.

ns
String

요소의 네임스페이스입니다.

value
String

구문 분석할 특성입니다.

categories
CategoriesDocument

CategoriesDocument 특성 확장을 구문 분석하는 데 사용할 수 있습니다.

version
String

구문 분석할 때 사용할 배포 버전입니다.

반품

특성 확장이 성공적으로 구문 분석되었으면 입니다.

적용 대상

TryParseAttribute(String, String, String, ResourceCollectionInfo, String)

Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs

특성 확장을 구문 분석하려고 시도합니다.

protected:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::ResourceCollectionInfo ^ collection, System::String ^ version);
protected static bool TryParseAttribute(string name, string ns, string value, System.ServiceModel.Syndication.ResourceCollectionInfo collection, string version);
static member TryParseAttribute : string * string * string * System.ServiceModel.Syndication.ResourceCollectionInfo * string -> bool
Protected Shared Function TryParseAttribute (name As String, ns As String, value As String, collection As ResourceCollectionInfo, version As String) As Boolean

매개 변수

name
String

요소의 이름입니다.

ns
String

요소의 네임스페이스입니다.

value
String

구문 분석할 특성입니다.

collection
ResourceCollectionInfo

ResourceCollectionInfo 특성을 구문 분석하는 데 사용할 수 있습니다.

version
String

구문 분석할 때 사용할 배포 버전입니다.

반품

특성 확장이 성공적으로 구문 분석되었으면 이고, 그렇지 않으면 .

적용 대상