NamespaceDeclaration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Declares the identifier and the prefix of a XML namespace by storing these string values as separate properties.
public ref class NamespaceDeclaration
public class NamespaceDeclaration
type NamespaceDeclaration = class
Public Class NamespaceDeclaration
- Inheritance
-
NamespaceDeclaration
Constructors
NamespaceDeclaration() |
Initializes a new instance of the NamespaceDeclaration class. |
Properties
Prefix |
Gets the prefix that is used as the XML namespace mapping prefix. |
Uri |
Gets or sets the uniform resource identifier. |
Methods
ToString() |
Returns a string that represents the current object. |