Udostępnij za pośrednictwem


DataBoundLiteralControl.ITextControl.Text Właściwość

Definicja

Pobiera lub ustawia zawartość tekstowa DataBoundLiteralControl obiektu.

property System::String ^ System::Web::UI::ITextControl::Text { System::String ^ get(); void set(System::String ^ value); };
string System.Web.UI.ITextControl.Text { get; set; }
member this.System.Web.UI.ITextControl.Text : string with get, set
 Property Text As String Implements ITextControl.Text

Wartość właściwości

String

Element String reprezentujący zawartość tekstową elementu DataBoundLiteralControl.

Implementuje

Wyjątki

Podjęto próbę ustawienia wartości.

Uwagi

Ta implementacja interfejsu ITextControl zwraca wartość Text właściwości. Wartość Text właściwości jest utrwalana w stanie widoku.

Obiekt DataBoundLiteralControl implementuje ITextControl , ale nie obsługuje set metody we Text właściwości . Wszystkie próby użycia tej metody zwracają NotSupportedException wyjątek.

Dotyczy