Freigeben über


IVCWizCtlUI.GetActiveXControlTypeLib-Methode

Ruft eine Zeichenfolge ab, die die Typbibliothek für das ActiveX-Steuerelement enthält.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
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

Parameter

  • bstrControlGuid
    Typ: System.String
    Die GUID (Globally Unique Identifier) für die Typbibliothek des ActiveX-Steuerelements.

Rückgabewert

Typ: System.String
Eine Zeichenfolge, die die Typbibliothek für das ActiveX-Steuerelement enthält.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVCWizCtlUI Schnittstelle

Microsoft.VisualStudio.VsWizard-Namespace