共用方式為


IRelatedDocList 介面

與另一個文件相關的文件的清單。

此 API 不符合 CLS 標準。 

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)

語法

'宣告
<CLSCompliantAttribute(False)> _
Public Interface IRelatedDocList
[CLSCompliantAttribute(false)]
public interface IRelatedDocList

IRelatedDocList 型別會公開下列成員。

屬性

  名稱 說明
公用屬性 RelatedDocDataList 目前清單的唯讀複本。

回頁首

方法

  名稱 說明
公用方法 GetRegistrationCount 取得文件已經註冊這份清單中的次數。
公用方法 RegisterDependentDocument 加入此清單中的文件。
公用方法 UnregisterDependentDocument 從清單中移除文件。

回頁首

事件

  名稱 說明
公用事件 RemovingDocumentFromList 從 [RelatedSaveItems] 清單中移除文件前,就會引發事件。

回頁首

備註

合約用來存取和管理 [RelatedSaveItem] 清單中所擁有的 ModelingDocData 物件的 SRelatedDocList

請參閱

參考

Microsoft.VisualStudio.Modeling.Shell 命名空間