| title | GetInterfaceClasses | Microsoft Docs | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ms.custom | ||||||||||||||
| ms.date | 11/04/2016 | |||||||||||||
| ms.reviewer | ||||||||||||||
| ms.suite | ||||||||||||||
| ms.technology |
|
|||||||||||||
| ms.tgt_pltfrm | ||||||||||||||
| ms.topic | article | |||||||||||||
| f1_keywords |
|
|||||||||||||
| dev_langs |
|
|||||||||||||
| helpviewer_keywords |
|
|||||||||||||
| ms.assetid | 712c112f-b4ff-43c4-ad49-c4f4c13c48bd | |||||||||||||
| caps.latest.revision | 7 | |||||||||||||
| author | mikeblome | |||||||||||||
| ms.author | mblome | |||||||||||||
| manager | ghogen | |||||||||||||
| translation.priority.ht |
|
Returns the VCCodeClass object associated with an interface.
function GetInterfaceClasses(
strInterface,
oProject,
aryClasses
);
strInterface
The name of the interface containing the class objects.
oProject
The selected project.
aryClasses
[out] An array of class objects in the interface.
The xref:Microsoft.VisualStudio.VCCodeModel.VCCodeClass object associated with an interface.
Call this function to retrieve the classes associated with an interface.
var aryClasses = new Array();
GetInterfaceClasses(oInterface.Name, selProj, aryClasses);
Customizing C++ Wizards with Common JScript Functions
JScript Functions for C++ Wizards
Creating a Custom Wizard
Designing a Wizard
GetInterfaceType