Compartir a través de


OAReferences.AddActiveX (Método)

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

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

Sintaxis

'Declaración
Public Function AddActiveX ( _
    bstrTypeLibGuid As String, _
    lMajorVer As Integer, _
    lMinorVer As Integer, _
    lLocaleId As Integer, _
    bstrWrapperTool As String _
) As Reference
public Reference AddActiveX(
    string bstrTypeLibGuid,
    int lMajorVer,
    int lMinorVer,
    int lLocaleId,
    string bstrWrapperTool
)
public:
virtual Reference^ AddActiveX(
    String^ bstrTypeLibGuid, 
    int lMajorVer, 
    int lMinorVer, 
    int lLocaleId, 
    String^ bstrWrapperTool
) sealed
abstract AddActiveX : 
        bstrTypeLibGuid:string * 
        lMajorVer:int * 
        lMinorVer:int * 
        lLocaleId:int * 
        bstrWrapperTool:string -> Reference 
override AddActiveX : 
        bstrTypeLibGuid:string * 
        lMajorVer:int * 
        lMinorVer:int * 
        lLocaleId:int * 
        bstrWrapperTool:string -> Reference 
public final function AddActiveX(
    bstrTypeLibGuid : String, 
    lMajorVer : int, 
    lMinorVer : int, 
    lLocaleId : int, 
    bstrWrapperTool : String
) : Reference

Parámetros

Valor devuelto

Tipo: VSLangProj.Reference

Implementaciones

References.AddActiveX(String, Int32, Int32, Int32, String)

Seguridad de .NET Framework

Vea también

Referencia

OAReferences Clase

Microsoft.VisualStudio.Data.Schema.Package.Internal (Espacio de nombres)