IRelatedDocList.RegisterDependentDocument(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 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