XmlDictionaryReader.TryGetValueAsDictionaryString(XmlDictionaryString) Method
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.
Not implemented in this class (it always returns false
). May be overridden in derived classes.
public:
virtual bool TryGetValueAsDictionaryString([Runtime::InteropServices::Out] System::Xml::XmlDictionaryString ^ % value);
public virtual bool TryGetValueAsDictionaryString (out System.Xml.XmlDictionaryString value);
public virtual bool TryGetValueAsDictionaryString (out System.Xml.XmlDictionaryString? value);
abstract member TryGetValueAsDictionaryString : XmlDictionaryString -> bool
override this.TryGetValueAsDictionaryString : XmlDictionaryString -> bool
Public Overridable Function TryGetValueAsDictionaryString (ByRef value As XmlDictionaryString) As Boolean
Parameters
- value
- XmlDictionaryString
Returns null
, unless overridden in a derived class.
Returns
false
, unless overridden in a derived class.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.