Share via


IRelatedDocList.RegisterDependentDocument Method

Add a document to 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 RegisterDependentDocument ( _
    documentToBeRegistered As DocData _
)
void RegisterDependentDocument(
    DocData documentToBeRegistered
)
void RegisterDependentDocument(
    DocData^ documentToBeRegistered
)
abstract RegisterDependentDocument : 
        documentToBeRegistered:DocData -> unit
function RegisterDependentDocument(
    documentToBeRegistered : DocData
)

Parameters

Remarks

Implementers must Add/Register DocData to the RelatedSaveItemsList dictionary.

.NET Framework Security

See Also

Reference

IRelatedDocList Interface

Microsoft.VisualStudio.Modeling.Shell Namespace