Compartir a través de


OleCommandStatus.Checked (Propiedad)

Obtiene o establece un valor que indica si se comprueban a este comando.

Espacio de nombres:  Microsoft.VisualStudio.Data
Ensamblado:  Microsoft.VisualStudio.Data (en Microsoft.VisualStudio.Data.dll)

Sintaxis

'Declaración
Public Property Checked As Boolean
public bool Checked { get; set; }
public:
property bool Checked {
    bool get ();
    void set (bool value);
}
member Checked : bool with get, set
function get Checked () : boolean
function set Checked (value : boolean)

Valor de propiedad

Tipo: System.Boolean
Devuelve true si comprueba el comando; si no devuelve false.

Seguridad de .NET Framework

Vea también

Referencia

OleCommandStatus Clase

Microsoft.VisualStudio.Data (Espacio de nombres)