Compartir a través de


IVsContainedLanguageStaticEventBinding.GetStaticEventBindingsForObject (Método)

Devuelve una colección de eventos que se administran estáticamente.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxis

'Declaración
Function GetStaticEventBindingsForObject ( _
    pszClassName As String, _
    pszObjectName As String, _
    <OutAttribute> ByRef pcMembers As Integer, _
    <OutAttribute> ByRef ppbstrEventNames As IntPtr, _
    <OutAttribute> ByRef ppbstrDisplayNames As IntPtr, _
    <OutAttribute> ByRef ppbstrMemberIDs As IntPtr _
) As Integer
int GetStaticEventBindingsForObject(
    string pszClassName,
    string pszObjectName,
    out int pcMembers,
    out IntPtr ppbstrEventNames,
    out IntPtr ppbstrDisplayNames,
    out IntPtr ppbstrMemberIDs
)
int GetStaticEventBindingsForObject(
    [InAttribute] String^ pszClassName, 
    [InAttribute] String^ pszObjectName, 
    [OutAttribute] int% pcMembers, 
    [OutAttribute] IntPtr% ppbstrEventNames, 
    [OutAttribute] IntPtr% ppbstrDisplayNames, 
    [OutAttribute] IntPtr% ppbstrMemberIDs
)
abstract GetStaticEventBindingsForObject : 
        pszClassName:string * 
        pszObjectName:string * 
        pcMembers:int byref * 
        ppbstrEventNames:IntPtr byref * 
        ppbstrDisplayNames:IntPtr byref * 
        ppbstrMemberIDs:IntPtr byref -> int
function GetStaticEventBindingsForObject(
    pszClassName : String, 
    pszObjectName : String, 
    pcMembers : int, 
    ppbstrEventNames : IntPtr, 
    ppbstrDisplayNames : IntPtr, 
    ppbstrMemberIDs : IntPtr
) : int

Parámetros

  • pszClassName
    Tipo: String

    [in] el nombre completo de la clase.

  • pszObjectName
    Tipo: String

    [in] El nombre completo del objeto que contiene el evento.

  • pcMembers
    Tipo: Int32%

    [out] Devuelve el número de controladores de eventos especificados en las listas devueltas en ppbstrEventNames, ppbstrDisplayNames, y los parámetros de ppbstrMemberIDs .

  • ppbstrEventNames
    Tipo: IntPtr%

    [out] Devuelve una lista que contiene los nombres de controlador de eventos.

  • ppbstrDisplayNames
    Tipo: IntPtr%

    [out] Devuelve una lista que contiene los nombres para mostrar de los controladores de eventos.

  • ppbstrMemberIDs
    Tipo: IntPtr%

    [out] Devuelve una lista que contiene los id. del miembro de evento.

Valor devuelto

Tipo: Int32
Si finaliza correctamente, devuelve S_OK; de lo contrario, devuelve un código de error.

Comentarios

Prototipo COM

de singlefileeditor.idl:

HRESULT GetStaticEventBindingsForObject(
   [in]  LPCWSTR pszClassName,
   [in]  LPCWSTR pszObjectName,
   [out] int*    pcMembers,
   [out] BSTR**  ppbstrEventNames,
   [out] BSTR**  ppbstrDisplayNames,
   [out] BSTR**  ppbstrMemberIDs
);

Seguridad de .NET Framework

Vea también

Referencia

IVsContainedLanguageStaticEventBinding Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)