ServiceDocument.TryParseAttribute(String, String, String, String) Método

Definição

Tenta analisar uma extensão de atributo.

protected public:
 virtual bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::String ^ version);
protected internal virtual bool TryParseAttribute (string name, string ns, string value, string version);
abstract member TryParseAttribute : string * string * string * string -> bool
override this.TryParseAttribute : string * string * string * string -> bool
Protected Friend Overridable Function TryParseAttribute (name As String, ns As String, value As String, version As String) As Boolean

Parâmetros

name
String

O nome do elemento.

ns
String

O namespace do elemento.

value
String

O atributo a ser analisado.

version
String

A versão de sindicalização para usar durante a análise.

Retornos

Boolean

true se o atributo é analisado com êxito; caso contrário, false.

Aplica-se a