共用方式為


ISharePointProjectOutputReference 介面

代表所參考 Visual Studio 專案的主要輸出。

命名空間:  Microsoft.VisualStudio.SharePoint
組件:  Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)

語法

'宣告
Public Interface ISharePointProjectOutputReference _
    Inherits IDeployableFile, INotifyObjectDisposing, INotifyObjectDisposed, INotifyPropertyChanged
public interface ISharePointProjectOutputReference : IDeployableFile, 
    INotifyObjectDisposing, INotifyObjectDisposed, INotifyPropertyChanged

ISharePointProjectOutputReference 型別會公開下列成員。

屬性

  名稱 說明
公用屬性 DeploymentPath 取得或設定檔案部署於 SharePoint 且與 DeploymentRoot 表示之基底路徑相對的路徑。 (繼承自 IDeployableFile)。
公用屬性 DeploymentRoot 取得 SharePoint 儲存檔案的基底路徑。 (繼承自 IDeployableFile)。
公用屬性 DeploymentType 取得要對檔案執行的部署類型。 (繼承自 IDeployableFile)。
公用屬性 IsDisposed 取得是否已處置物件。 (繼承自 INotifyObjectDisposed)。
公用屬性 IsDisposing 取得是否正在處置物件。 (繼承自 INotifyObjectDisposing)。
公用屬性 OutputFullPath 取得專案輸出的完整路徑。
公用屬性 ProjectFullPath 取得所參考專案的路徑。
公用屬性 ProjectId 取得所參考專案的 ID。
公用屬性 ProjectItem 取得含有此專案輸出參考之專案項目的參考。

回頁首

事件

  名稱 說明
公用事件 DeploymentPathChanged 發生於變更 DeploymentPath 時。 (繼承自 IDeployableFile)。
公用事件 DeploymentTypeChanged 發生於變更 DeploymentType 時。 (繼承自 IDeployableFile)。
公用事件 Disposed 發生於處置物件時。 (繼承自 INotifyObjectDisposed)。
公用事件 Disposing 發生於正在處置物件時。 (繼承自 INotifyObjectDisposing)。
公用事件 PropertyChanged 發生於屬性值變更時。 (繼承自 INotifyPropertyChanged)。

回頁首

備註

一般而言,專案的輸出是已編譯的組件檔案,例如 DLL,但專案輸出將視專案類型而定。 例如,在 Silverlight 應用程式專案,屬性的值是 Silverlight DLL,但是實際封裝的檔案是 .XAP 檔案。 所以,在這種情況下,此屬性會傳回 .XAP 檔的路徑,而非 DLL 的路徑。

請參閱

參考

Microsoft.VisualStudio.SharePoint 命名空間