Partager via


IVCWizCtlUI.GetActiveXControlTypeLib, méthode

Obtient une chaîne contenant la bibliothèque de types pour le contrôle ActiveX.

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

Syntaxe

'Déclaration
Function GetActiveXControlTypeLib ( _
    bstrControlGuid As String _
) As String
string GetActiveXControlTypeLib(
    string bstrControlGuid
)
String^ GetActiveXControlTypeLib(
    [InAttribute] String^ bstrControlGuid
)
abstract GetActiveXControlTypeLib : 
        bstrControlGuid:string -> string 
function GetActiveXControlTypeLib(
    bstrControlGuid : String
) : String

Paramètres

  • bstrControlGuid
    Type : System.String
    Identificateur global unique (GUID) pour la bibliothèque de types du contrôle ActiveX.

Valeur de retour

Type : System.String
Chaîne contenant la bibliothèque de types pour le contrôle ActiveX.

Sécurité .NET Framework

Voir aussi

Référence

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard, espace de noms