XmlReader.ReadContentAsDateTimeOffset Metoda

Definicja

Odczytuje zawartość tekstową w bieżącej pozycji jako DateTimeOffset obiekt.

public:
 virtual DateTimeOffset ReadContentAsDateTimeOffset();
public virtual DateTimeOffset ReadContentAsDateTimeOffset ();
abstract member ReadContentAsDateTimeOffset : unit -> DateTimeOffset
override this.ReadContentAsDateTimeOffset : unit -> DateTimeOffset
Public Overridable Function ReadContentAsDateTimeOffset () As DateTimeOffset

Zwraca

Zawartość tekstowa DateTimeOffset jako obiekt.

Wyjątki

Metoda XmlReader została wywołana przed zakończeniem poprzedniej operacji asynchronicznej. W tym przypadku InvalidOperationException jest zgłaszany komunikat "Operacja asynchroniczna jest już w toku".

Dotyczy