Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a string containing the type library for the ActiveX control.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Public Overridable Function GetActiveXControlTypeLib ( _
bstrControlGuid As String _
) As String
public virtual string GetActiveXControlTypeLib(
string bstrControlGuid
)
public:
virtual String^ GetActiveXControlTypeLib(
[InAttribute] String^ bstrControlGuid
)
abstract GetActiveXControlTypeLib :
bstrControlGuid:string -> string
override GetActiveXControlTypeLib :
bstrControlGuid:string -> string
public function GetActiveXControlTypeLib(
bstrControlGuid : String
) : String
Parameters
bstrControlGuid
Type: StringThe globally unique identifier (GUID) for the ActiveX control's type library.
Return Value
Type: String
A string containing the type library for the ActiveX control.
Implements
IVCWizCtlUI.GetActiveXControlTypeLib(String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.VsWizard Namespace