Clase MenuCommandEx
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents an extended menu command item.
Jerarquía de herencia
System.Object
System.ComponentModel.Design.MenuCommand
Microsoft.DataWarehouse.Interfaces.MenuCommandEx
Espacio de nombres: Microsoft.DataWarehouse.Interfaces
Ensamblado: Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)
Sintaxis
'Declaración
Public Class MenuCommandEx _
Inherits MenuCommand
'Uso
Dim instance As MenuCommandEx
public class MenuCommandEx : MenuCommand
public ref class MenuCommandEx : public MenuCommand
type MenuCommandEx =
class
inherit MenuCommand
end
public class MenuCommandEx extends MenuCommand
El tipo MenuCommandEx expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
MenuCommandEx | Infraestructura. Initializes a new instance of the MenuCommandEx class using a command identifier. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Checked | (Se hereda de MenuCommand.) | |
CommandID | (Se hereda de MenuCommand.) | |
Enabled | (Se hereda de MenuCommand.) | |
OleStatus | (Se hereda de MenuCommand.) | |
Properties | (Se hereda de MenuCommand.) | |
Supported | (Se hereda de MenuCommand.) | |
Text | Infraestructura. Gets or sets the text property of the MenuCommandEx object. | |
Visible | (Se hereda de MenuCommand.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
Invoke() | (Se hereda de MenuCommand.) | |
Invoke(Object) | (Se hereda de MenuCommand.) | |
MemberwiseClone | (Se hereda de Object.) | |
OnCommandChanged | (Se hereda de MenuCommand.) | |
ToString | (Se hereda de MenuCommand.) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
CommandChanged | (Se hereda de MenuCommand.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.