ISharePointProjectOutputReferenceCollection.Add Method
Include Protected Members
Include Inherited Members
Adds an output reference to the project.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Add(Guid, DeploymentType) | Adds an output reference to the project specified by projectId. The reference is added as a build dependency to the current project and included as a part of the SharePoint project item. | |
Add(String, DeploymentType) | Adds an output reference to the project. The reference is added as a build dependency to the current project and included as a part of the SharePoint project item. | |
Add(ISharePointProject, DeploymentType) | Adds an output reference to the project. The reference is added as a build dependency to the current project and included as a part of the SharePoint project item. |
Top