IRelatedDocList.UnregisterDependentDocument(DocData) Method

Definition

Implementers must Remove/Unregister DocData from the RelatedSaveItemsList dictionary. Also, potentially fires the OnBeforeDocumentRemovedFromList event.

public:
 void UnregisterDependentDocument(Microsoft::VisualStudio::Modeling::Shell::DocData ^ documentToBeUnregistered);
public void UnregisterDependentDocument (Microsoft.VisualStudio.Modeling.Shell.DocData documentToBeUnregistered);
abstract member UnregisterDependentDocument : Microsoft.VisualStudio.Modeling.Shell.DocData -> unit
Public Sub UnregisterDependentDocument (documentToBeUnregistered As DocData)

Parameters

documentToBeUnregistered
DocData

Applies to