ISharePointProjectOutputReferenceCollection.Add Method (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.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Function Add ( _
projectId As Guid, _
deploymentType As DeploymentType _
) As ISharePointProjectOutputReference
ISharePointProjectOutputReference Add(
Guid projectId,
DeploymentType deploymentType
)
Parameters
projectId
Type: GuidEach project in a Visual Studio solution has a unique ID. This parameter represents the ID of the project to be added as a reference. The project specified by projectId should be loaded in the solution for this method to work correctly.
deploymentType
Type: Microsoft.VisualStudio.SharePoint.DeploymentTypeA type of deployment as specified by the DeploymentType enumeration value.
Return Value
Type: Microsoft.VisualStudio.SharePoint.ISharePointProjectOutputReference
The reference that was added.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Occurs if no project with the specified projectId is found. |
.NET Framework Security
- 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.