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 -> boolPublic Overridable Function TryGetValueAsDictionaryString (ByRef value As XmlDictionaryString) As BooleanParameters
- value
- XmlDictionaryString
Returns null, unless overridden in a derived class.
Returns
false, unless overridden in a derived class.