Partager via


VCReferences.CanAddActiveXReference, méthode

Retourne une valeur indiquant si ajouter la référence donnée d'ActiveX (COM).

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
Function CanAddActiveXReference ( _
    typeLibGuid As String, _
    majorVersion As Integer, _
    minorVersion As Integer, _
    localeID As Integer, _
    wrapper As String _
) As Boolean
bool CanAddActiveXReference(
    string typeLibGuid,
    int majorVersion,
    int minorVersion,
    int localeID,
    string wrapper
)
bool CanAddActiveXReference(
    [InAttribute] String^ typeLibGuid, 
    [InAttribute] int majorVersion, 
    [InAttribute] int minorVersion, 
    [InAttribute] int localeID, 
    [InAttribute] String^ wrapper
)
abstract CanAddActiveXReference : 
        typeLibGuid:string * 
        majorVersion:int * 
        minorVersion:int * 
        localeID:int * 
        wrapper:string -> bool 
function CanAddActiveXReference(
    typeLibGuid : String, 
    majorVersion : int, 
    minorVersion : int, 
    localeID : int, 
    wrapper : String
) : boolean

Paramètres

  • typeLibGuid
    Type : System.String
    Chaîne représentant le GUID de la bibliothèque de types.
  • majorVersion
    Type : System.Int32
    Entier représentant le numéro de version principale.
  • minorVersion
    Type : System.Int32
    Entier représentant le numéro de version secondaire.
  • localeID
    Type : System.Int32
    Entier représentant l'ID de paramètres régionaux.
  • wrapper
    Type : System.String
    Chaîne représentant le nom du wrapper.Elle peut être vide.

Valeur de retour

Type : System.Boolean
true s'il est correct d'ajouter la référence donnée d'ActiveX ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

VCReferences Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms