IRelatedDocList.RegisterDependentDocument(DocData) Method

Definition

Implementers must Add/Register DocData to the RelatedSaveItemsList dictionary

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

Parameters

documentToBeRegistered
DocData

Applies to