FUNCFLAGS Enumeración
Definición
Precaución
Use System.Runtime.InteropServices.ComTypes.FUNCFLAGS instead. http://go.microsoft.com/fwlink/?linkid=14202
Precaución
Esta API está ya obsoleta.
En su lugar, use FUNCFLAGS.Use FUNCFLAGS instead.
Esta enumeración tiene un atributo FlagsAttribute, que permite una combinación bit a bit de sus valores de miembro.
public enum class FUNCFLAGS
[System.Flags]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum FUNCFLAGS
[System.Flags]
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FUNCFLAGS instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum FUNCFLAGS
[System.Flags]
[System.Serializable]
[System.Obsolete]
public enum FUNCFLAGS
[<System.Flags>]
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type FUNCFLAGS =
[<System.Flags>]
[<System.Serializable>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FUNCFLAGS instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type FUNCFLAGS =
[<System.Flags>]
[<System.Serializable>]
[<System.Obsolete>]
type FUNCFLAGS =
Public Enum FUNCFLAGS
- Herencia
- Atributos
Campos
FUNCFLAG_FBINDABLE | 4 | Función que admite el enlace de datos.The function that supports data binding. |
FUNCFLAG_FDEFAULTBIND | 32 | Función que mejor representa al objeto.The function that best represents the object. Sólo una función de una información de tipos puede tener este atributo.Only one function in a type information can have this attribute. |
FUNCFLAG_FDEFAULTCOLLELEM | 256 | Permite llevar a cabo una optimización en la que el compilador busca un miembro denominado "xyz" en el tipo "abc".Permits an optimization in which the compiler looks for a member named "xyz" on the type of "abc". Si se encuentra un miembro de este tipo y se marca como función de descriptor de acceso para un elemento de la colección predeterminada, entonces se genera una llamada a dicha función miembro.If such a member is found, and is flagged as an accessor function for an element of the default collection, a call is generated to that member function. Se permite en miembros de interfaces y de interfaces Dispinterface. No se permite en módulos.Permitted on members in dispinterfaces and interfaces; not permitted on modules. |
FUNCFLAG_FDISPLAYBIND | 16 | Función que se muestra al usuario como enlazable.The function that is displayed to the user as bindable. FUNCFLAG_FBINDABLE también debe establecerse.FUNCFLAG_FBINDABLE must also be set. |
FUNCFLAG_FHIDDEN | 64 | No debe mostrarse la función al usuario, aunque exista y sea enlazable.The function should not be displayed to the user, although it exists and is bindable. |
FUNCFLAG_FIMMEDIATEBIND | 4096 | Asignadas como propiedades enlazables individuales.Mapped as individual bindable properties. |
FUNCFLAG_FNONBROWSABLE | 1024 | La propiedad aparece en un examinador de objetos, pero no en un examinador de propiedades.The property appears in an object browser, but not in a properties browser. |
FUNCFLAG_FREPLACEABLE | 2048 | Etiqueta la interfaz indicando que tiene comportamientos predeterminados.Tags the interface as having default behaviors. |
FUNCFLAG_FREQUESTEDIT | 8 | Cuando se establece, cualquier llamada a un método que establezca la propiedad dará como resultado, en primer lugar, una llamada a |
FUNCFLAG_FRESTRICTED | 1 | No se debe permitir el acceso a la función desde lenguajes de macros.The function should not be accessible from macro languages. El marcador está destinado a funciones en el nivel del sistema o a funciones que los exploradores de tipos no deben mostrar.This flag is intended for system-level functions or functions that type browsers should not display. |
FUNCFLAG_FSOURCE | 2 | La función devuelve un objeto que es un origen de eventos.The function returns an object that is a source of events. |
FUNCFLAG_FUIDEFAULT | 512 | El miembro de la información de tipos es el miembro predeterminado que se mostrará en la interfaz de usuario.The type information member is the default member for display in the user interface. |
FUNCFLAG_FUSESGETLASTERROR | 128 | La función admite |
Comentarios
Para obtener información adicional acerca de FUNCFLAGS
, vea MSDN Library.For additional information about FUNCFLAGS
, see the MSDN Library.