ObjectListCommand Konstruktory

Definicja

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

Przeciążenia

ObjectListCommand()

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

ObjectListCommand(String, String)

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

ObjectListCommand()

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

public:
 ObjectListCommand();
public ObjectListCommand ();
Public Sub New ()

Uwagi

Konstruktor bez parametrów inicjuje wszystkie właściwości do .null

Zobacz też

Dotyczy

ObjectListCommand(String, String)

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

public:
 ObjectListCommand(System::String ^ name, System::String ^ text);
public ObjectListCommand (string name, string text);
new System.Web.UI.MobileControls.ObjectListCommand : string * string -> System.Web.UI.MobileControls.ObjectListCommand
Public Sub New (name As String, text As String)

Parametry

name
String

Inicjuje Name właściwość .

text
String

Inicjuje Text właściwość .

Uwagi

Drugi konstruktor używa odpowiednio nazwy i parametrów tekstowych do inicjowania Name właściwości i Text .

Zobacz też

Dotyczy