Project Differences (Macros IDE)
The following table lists differences in the Project Object and the ProjectItem Object between Visual Studio Macros and Visual Studio.
Operation |
Behavior in Visual Studio Macros |
---|---|
Returns the vsaProjectKind GUID |
|
Returns an error |
|
Returns the project's moniker |
|
Returns an error |
|
Returns an error |
|
The FileName parameter is ignored and should not be passed |
|
Returns an error |
|
Returns an error |
|
Returns an error |
|
Returns an error |
|
The Visual Basic AddFolder method does not accept vsProjectItemKindVirtualFolder, so Kind should be vsProjectItemKindPhysicalFile |
|
Returns an error |
|
Returns an error |
|
Equivalent to the Add Existing Item Command. |
|
Adds an item to the project. When items are added, they are created using the installed templates in the VBProjectItems directory. Returns an error if the template specified is not supported by Visual Studio Macros |
|
Returns an error |
|
Returns false, setting the value does nothing. |
See Also
Concepts
Extensibility Model Differences (Macros IDE)
Document Object and Documents Object Differences (Macros IDE)
Property Differences (Macros IDE)
Item Operation Differences (Macros IDE)