WmlObjectListAdapter.OnlyHasDefaultCommand Metodo

Definizione

Restituisce true se un oggetto ObjectList contiene un comando predefinito e nessun altro comando. Questa API è obsoleta. Per informazioni su come sviluppare applicazioni ASP.NET per dispositivi mobili, vedere App per dispositivi mobili & Siti con ASP.NET.

protected:
 bool OnlyHasDefaultCommand();
protected bool OnlyHasDefaultCommand ();
member this.OnlyHasDefaultCommand : unit -> bool
Protected Function OnlyHasDefaultCommand () As Boolean

Restituisce

true se un controllo elenco oggetti contiene un comando predefinito e nessun altro comando; in caso contrario, false.

Si applica a

Vedi anche