Freigeben über


ISharePointProjectOutputReferenceCollection.Add-Methode (String, DeploymentType)

Fügt dem Projekt einen Ausgabeverweis hinzu. Der Verweis wird dem aktuellen Projekt als Buildabhängigkeit hinzugefügt und als Teil des SharePoint-Projektelements eingeschlossen.

Namespace:  Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
Function Add ( _
    projectFullPath As String, _
    deploymentType As DeploymentType _
) As ISharePointProjectOutputReference
ISharePointProjectOutputReference Add(
    string projectFullPath,
    DeploymentType deploymentType
)

Parameter

  • projectFullPath
    Typ: System.String
    Das als Verweis hinzuzufügende Projekt.Das Projekt muss in die Lösung für diese Methode geladen werden, um ordnungsgemäß verwendet werden zu können.

Rückgabewert

Typ: Microsoft.VisualStudio.SharePoint.ISharePointProjectOutputReference
Der Verweis, der hinzugefügt wurde.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

Tritt ein, wenn der projectFullPath-Parameter nullNULL-Verweis (Nothing in Visual Basic) ist.

ArgumentException

Tritt auf, wenn der Parameter projectFullPathnullNULL-Verweis (Nothing in Visual Basic) ist, oder kein entsprechendes Projekt konnte gefunden werden kann.

.NET Framework-Sicherheit

Siehe auch

Referenz

ISharePointProjectOutputReferenceCollection Schnittstelle

Add-Überladung

Microsoft.VisualStudio.SharePoint-Namespace