Bagikan melalui


TypeIdentifier.XmlNamespace Property

Gets the XML namespace of this type.

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public ReadOnly Property XmlNamespace As String
    Get
public string XmlNamespace { get; }
public:
property String^ XmlNamespace {
    String^ get ();
}
member XmlNamespace : string
function get XmlNamespace () : String

Property Value

Type: System.String
The XML namespace of this type. If this property is set, the type name is a simple name in the namespace.

.NET Framework Security

See Also

Reference

TypeIdentifier Structure

Microsoft.Windows.Design.Metadata Namespace