IRelatedDocList Interface

 

List of documents related to another document.

Namespace:   Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

[CLSCompliantAttribute(false)]
public interface class IRelatedDocList

NameDescription
System_CAPS_pubpropertyRelatedDocDataList

A read-only copy of the current list.

NameDescription
System_CAPS_pubmethodGetRegistrationCount(DocData^)

Gets the number of times a document has been registered in this list.

System_CAPS_pubmethodRegisterDependentDocument(DocData^)

Add a document to this list.

System_CAPS_pubmethodUnregisterDependentDocument(DocData^)

Remove a document from this list.

NameDescription
System_CAPS_pubeventRemovingDocumentFromList

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

Return to top
Show: