ObjectListTitleAttribute(String) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy ObjectListTitleAttribute. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

public:
 ObjectListTitleAttribute(System::String ^ title);
public ObjectListTitleAttribute (string title);
new System.Web.UI.MobileControls.ObjectListTitleAttribute : string -> System.Web.UI.MobileControls.ObjectListTitleAttribute
Public Sub New (title As String)

Parametry

title
String

Inicjuje Title właściwość.

Uwagi

Tworzy nowy ObjectListTitleAttribute obiekt, inicjując Title właściwość z wartością parametru title .

Dotyczy

Zobacz też