IVCWizCtlUI.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:
property System::Object ^ TypeLibs { System::Object ^ get(); };
public:
property Platform::Object ^ TypeLibs { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(1610743866)]
public object TypeLibs { [System.Runtime.InteropServices.DispId(1610743866)] get; }
[<System.Runtime.InteropServices.DispId(1610743866)>]
[<get: System.Runtime.InteropServices.DispId(1610743866)>]
member this.TypeLibs : obj
Public ReadOnly Property TypeLibs As Object
Property Value
The type libraries registered in the system.
- Attributes