次の方法で共有


ISharePointProjectItemDeploymentContext インターフェイス

定義

特定のプロジェクト項目の展開コンテキストを表します。

public interface class ISharePointProjectItemDeploymentContext : Microsoft::VisualStudio::SharePoint::Deployment::IDeploymentContext
public interface ISharePointProjectItemDeploymentContext : Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentContext
type ISharePointProjectItemDeploymentContext = interface
    interface IDeploymentContext
    interface IAnnotatedObject
Public Interface ISharePointProjectItemDeploymentContext
Implements IDeploymentContext
実装

注釈

オブジェクトを使用して ISharePointProjectItemDeploymentContext 、サーバー上の配置済みプロジェクト項目とそのファイルの場所を決定します。 Visual Studio は、ISharePointProjectItemDeploymentContext、、および イベントのイベント ハンドラーにオブジェクトをDeploymentStepStartedDeploymentStepCompletedProjectItemStartupUrlRequested渡します。

プロパティ

Annotations

IAnnotatedObject インターフェイスを実装するオブジェクトとカスタム データを関連付けるインスタンス IAnnotationDictionary を取得します。

(継承元 IAnnotatedObject)
Feature

プロジェクト項目に関連付けられている主要フィーチャーを取得します。

FeatureScope

プロジェクト項目のフィーチャーが配置されている範囲を表す値を取得します。

IsCanceled

配置がユーザーによってキャンセルかどうかを取得します。

(継承元 IDeploymentContext)
IsDeploying

プロジェクトが配置中かどうかを示すものを取得します。

(継承元 IDeploymentContext)
IsRetracting

プロジェクトが取り消し中かどうかを示すものを取得します。

(継承元 IDeploymentContext)
Logger

プロジェクト ロガーへのアクセスを取得します。

(継承元 IDeploymentContext)
Project

配置中または取り消し中の現在のプロジェクトへのアクセスを取得します。

(継承元 IDeploymentContext)
ProjectItem

展開されているプロジェクト項目を取得します。

StartMode

配置が開始された理由となった開始モードへのアクセスを取得します。

(継承元 IDeploymentContext)

メソッド

SiteCollectionUrl()

SharePoint に従って、プロジェクトの接続先となる Microsoft.SharePoint.SPSite の正規の URL を返します。

(継承元 IDeploymentContext)
SiteUrl()

SharePoint に従って、プロジェクトの接続先となる Microsoft.SharePoint.SPWeb の正規の URL を返します。

(継承元 IDeploymentContext)
WebApplicationUrl()

SPWebApplication のルート URL を返します。

(継承元 IDeploymentContext)

適用対象