OAVSProject.CreateWebReferencesFolder Method

Creates the Web References folder for the project.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Function CreateWebReferencesFolder As ProjectItem
'使用
Dim instance As OAVSProject
Dim returnValue As ProjectItem

returnValue = instance.CreateWebReferencesFolder()
public ProjectItem CreateWebReferencesFolder()
public:
virtual ProjectItem^ CreateWebReferencesFolder() sealed
public final function CreateWebReferencesFolder() : ProjectItem

Return Value

Type: ProjectItem

When implemented in a derived class, the ProjectItem object associated with the new Web Service folder.

Remarks

This is a VSProject method and is not implemented in this class. It throws an exception.

Permissions

See Also

Reference

OAVSProject Class

OAVSProject Members

Microsoft.VisualStudio.Package.Automation Namespace