Share via


IRelatedDocList.UnregisterDependentDocument Method

Remove a document from this list.

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

Syntax

'Declaration
Sub UnregisterDependentDocument ( _
    documentToBeUnregistered As DocData _
)
void UnregisterDependentDocument(
    DocData documentToBeUnregistered
)
void UnregisterDependentDocument(
    DocData^ documentToBeUnregistered
)
abstract UnregisterDependentDocument : 
        documentToBeUnregistered:DocData -> unit
function UnregisterDependentDocument(
    documentToBeUnregistered : DocData
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

IRelatedDocList Interface

Microsoft.VisualStudio.Modeling.Shell Namespace