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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.