VCWizCtlClass.TypeLibs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type libraries registered in the system.
public:
virtual property System::Object ^ TypeLibs { System::Object ^ get(); };
public:
virtual property Platform::Object ^ TypeLibs { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(1610743866)]
public virtual object TypeLibs { [System.Runtime.InteropServices.DispId(1610743866)] get; }
[<System.Runtime.InteropServices.DispId(1610743866)>]
[<get: System.Runtime.InteropServices.DispId(1610743866)>]
member this.TypeLibs : obj
Public Overridable ReadOnly Property TypeLibs As Object
Property Value
The type libraries registered in the system.
Implements
- Attributes