XmlQNameTable.Item[] 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.
Overloads
Item[XmlQName] | |
Item[XmlQualifiedName] |
Item[XmlQName]
public:
property System::Object ^ default[Microsoft::XLANGs::BaseTypes::XmlQName ^] { System::Object ^ get(Microsoft::XLANGs::BaseTypes::XmlQName ^ n); void set(Microsoft::XLANGs::BaseTypes::XmlQName ^ n, System::Object ^ value); };
public object this[Microsoft.XLANGs.BaseTypes.XmlQName n] { get; set; }
member this.Item(Microsoft.XLANGs.BaseTypes.XmlQName) : obj with get, set
Default Public Property Item(n As XmlQName) As Object
Parameters
- n
- XmlQName
Property Value
Applies to
Item[XmlQualifiedName]
public:
property System::Object ^ default[System::Xml::XmlQualifiedName ^] { System::Object ^ get(System::Xml::XmlQualifiedName ^ n); void set(System::Xml::XmlQualifiedName ^ n, System::Object ^ value); };
public object this[System.Xml.XmlQualifiedName n] { get; set; }
member this.Item(System.Xml.XmlQualifiedName) : obj with get, set
Default Public Property Item(n As XmlQualifiedName) As Object