XmlSchemaAttribute.RefName Property
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.
Gets or sets the name of an attribute declared in this schema (or another schema indicated by the specified namespace).
public:
property System::Xml::XmlQualifiedName ^ RefName { System::Xml::XmlQualifiedName ^ get(); void set(System::Xml::XmlQualifiedName ^ value); };
public System.Xml.XmlQualifiedName RefName { get; set; }
member this.RefName : System.Xml.XmlQualifiedName with get, set
Public Property RefName As XmlQualifiedName
Property Value
The name of the attribute declared.
Remarks
The RefName
must be a QName. The type can include a namespace prefix. The Name
and RefName
properties are mutually exclusive.
Optional.
Applies to
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.