Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
List of documents related to another document.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IRelatedDocList
[CLSCompliantAttribute(false)]
public interface IRelatedDocList
[CLSCompliantAttribute(false)]
public interface class IRelatedDocList
[<CLSCompliantAttribute(false)>]
type IRelatedDocList = interface end
public interface IRelatedDocList
The IRelatedDocList type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
RelatedDocDataList | A read-only copy of the current list. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
GetRegistrationCount | Gets the number of times a document has been registered in this list. |
![]() |
RegisterDependentDocument | Add a document to this list. |
![]() |
UnregisterDependentDocument | Remove a document from this list. |
Top
Events
| Name | Description | |
|---|---|---|
![]() |
RemovingDocumentFromList | Event fired before a document is removed from the RelatedSaveItems list. |
Top
Remarks
Contract for SRelatedDocList that is used to access and manage the RelatedSaveItem list owned by ModelingDocData objects
.gif)
.gif)
.gif)