IRelatedDocList Interface
Visual Studio 2015
List of documents related to another document.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | RelatedDocDataList | A read-only copy of the current list. |
| Name | Description | |
|---|---|---|
![]() | GetRegistrationCount(DocData^) | Gets the number of times a document has been registered in this list. |
![]() | RegisterDependentDocument(DocData^) | Add a document to this list. |
![]() | UnregisterDependentDocument(DocData^) | Remove a document from this list. |
| Name | Description | |
|---|---|---|
![]() | RemovingDocumentFromList | Event fired before a document is removed from the RelatedSaveItems list. |
Contract for SRelatedDocList that is used to access and manage the RelatedSaveItem list owned by ModelingDocData objects
Show:


