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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.