IRelatedDocList.UnregisterDependentDocument(DocData) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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