Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
List of documents related to another document.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.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)