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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.