ISharePointProjectOutputReferenceCollection.Add メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Add(ISharePointProject, DeploymentType) |
プロジェクトに出力参照を追加します。 参照は現在のプロジェクトにビルド依存関係として追加され、SharePoint プロジェクト アイテムの一部として含まれます。 |
Add(Guid, DeploymentType) |
|
Add(String, DeploymentType) |
プロジェクトに出力参照を追加します。 参照は現在のプロジェクトにビルド依存関係として追加され、SharePoint プロジェクト アイテムの一部として含まれます。 |
Add(ISharePointProject, DeploymentType)
プロジェクトに出力参照を追加します。 参照は現在のプロジェクトにビルド依存関係として追加され、SharePoint プロジェクト アイテムの一部として含まれます。
public:
Microsoft::VisualStudio::SharePoint::ISharePointProjectOutputReference ^ Add(Microsoft::VisualStudio::SharePoint::ISharePointProject ^ project, Microsoft::VisualStudio::SharePoint::DeploymentType deploymentType);
public Microsoft.VisualStudio.SharePoint.ISharePointProjectOutputReference Add (Microsoft.VisualStudio.SharePoint.ISharePointProject project, Microsoft.VisualStudio.SharePoint.DeploymentType deploymentType);
abstract member Add : Microsoft.VisualStudio.SharePoint.ISharePointProject * Microsoft.VisualStudio.SharePoint.DeploymentType -> Microsoft.VisualStudio.SharePoint.ISharePointProjectOutputReference
Public Function Add (project As ISharePointProject, deploymentType As DeploymentType) As ISharePointProjectOutputReference
パラメーター
- project
- ISharePointProject
参照として追加されるプロジェクト。
- deploymentType
- DeploymentType
DeploymentType 列挙値で指定された配置の種類。
戻り値
追加された参照。
例外
project
パラメーターが null
である場合に発生します。
適用対象
Add(Guid, DeploymentType)
projectId
で指定されたプロジェクトに出力参照を追加します。 参照は現在のプロジェクトにビルド依存関係として追加され、SharePoint プロジェクト アイテムの一部として含まれます。
public:
Microsoft::VisualStudio::SharePoint::ISharePointProjectOutputReference ^ Add(Guid projectId, Microsoft::VisualStudio::SharePoint::DeploymentType deploymentType);
public Microsoft.VisualStudio.SharePoint.ISharePointProjectOutputReference Add (Guid projectId, Microsoft.VisualStudio.SharePoint.DeploymentType deploymentType);
abstract member Add : Guid * Microsoft.VisualStudio.SharePoint.DeploymentType -> Microsoft.VisualStudio.SharePoint.ISharePointProjectOutputReference
Public Function Add (projectId As Guid, deploymentType As DeploymentType) As ISharePointProjectOutputReference
パラメーター
- projectId
- Guid
Visual Studio ソリューション内のプロジェクトにはそれぞれ一意の ID があります。 このパラメーターは、参照として追加されるプロジェクトの ID を表します。 このメソッドが正しく動作するためには、 で projectId
指定されたプロジェクトをソリューションに読み込む必要があります。
- deploymentType
- DeploymentType
DeploymentType 列挙値で指定された配置の種類。
戻り値
追加された参照。
例外
指定された projectId
を持つプロジェクトが見つからなかった場合に発生します。
適用対象
Add(String, DeploymentType)
プロジェクトに出力参照を追加します。 参照は現在のプロジェクトにビルド依存関係として追加され、SharePoint プロジェクト アイテムの一部として含まれます。
public:
Microsoft::VisualStudio::SharePoint::ISharePointProjectOutputReference ^ Add(System::String ^ projectFullPath, Microsoft::VisualStudio::SharePoint::DeploymentType deploymentType);
public Microsoft.VisualStudio.SharePoint.ISharePointProjectOutputReference Add (string projectFullPath, Microsoft.VisualStudio.SharePoint.DeploymentType deploymentType);
abstract member Add : string * Microsoft.VisualStudio.SharePoint.DeploymentType -> Microsoft.VisualStudio.SharePoint.ISharePointProjectOutputReference
Public Function Add (projectFullPath As String, deploymentType As DeploymentType) As ISharePointProjectOutputReference
パラメーター
- projectFullPath
- String
参照として追加されるプロジェクト。 正しく機能させるには、プロジェクトをこのメソッドのソリューションに読み込む必要があります。
- deploymentType
- DeploymentType
DeploymentType 列挙値で指定された配置の種類。
戻り値
追加された参照。
例外
projectFullPath
パラメーターが null
である場合に発生します。
projectFullPath
パラメーターが null
であるか、対応するプロジェクトが見つからなかった場合に発生します。