다음을 통해 공유


QualifiedName Members

Represents an XML qualified name and its namespace prefix.

The following tables list the members exposed by the QualifiedName type.

Public Constructors

  Name Description
QualifiedName Overloaded.  

Top

Public Fields

  Name Description
public field static Empty  (Inherited from XmlQualifiedName )

Top

Public Properties

  Name Description
public property IsEmpty  (Inherited from XmlQualifiedName )
public property Name  (Inherited from XmlQualifiedName )
public property Namespace  (Inherited from XmlQualifiedName )
public property Prefix Gets the namespace prefix associated with the QualifiedName.
public property Value Gets the qualified name ( QName ).

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from XmlQualifiedName )
public method static FromString Overloaded.  
public method static FromXmlAttribute Parses the inner text of an XmlAttribute into a QualifiedName instance.
public method static FromXmlElement Parses the inner text of an XmlElement into a QualifiedName instance.
public method GetHashCode  (Inherited from XmlQualifiedName )
public method GetInnerXml Overloaded. Adds the child elements of the specified XML document to a supplied XML attribute or XML element.
public method GetType  (Inherited from Object )
public method static op_Equality  (Inherited from XmlQualifiedName )
public method static op_Inequality  (Inherited from XmlQualifiedName )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  Overloaded. (Inherited from XmlQualifiedName )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

QualifiedName Class
Microsoft.Web.Services3.Xml Namespace