ImportedXmlNamespace Struct

Definition

Represents an imported xml namespace name. This corresponds to Imports <xmlns:prefix = "name"> in Visual Basic. It does not exist for C#.

public readonly struct ImportedXmlNamespace
type ImportedXmlNamespace = struct
Public Structure ImportedXmlNamespace
Inheritance
ImportedXmlNamespace

Properties

DeclaringSyntaxReference

Location in source where the Imports clause was declared. May be null for a project-level import directive.

XmlNamespace

Applies to