ModelingDocData.RelatedDocList Property
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.
Returns the IRelatedDocList which gives access to the collection of DocData's related to this one
protected:
virtual property Microsoft::VisualStudio::Modeling::Shell::IRelatedDocList ^ RelatedDocList { Microsoft::VisualStudio::Modeling::Shell::IRelatedDocList ^ get(); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
protected virtual Microsoft.VisualStudio.Modeling.Shell.IRelatedDocList RelatedDocList { [System.Diagnostics.DebuggerStepThrough] get; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.RelatedDocList : Microsoft.VisualStudio.Modeling.Shell.IRelatedDocList
Protected Overridable ReadOnly Property RelatedDocList As IRelatedDocList
Property Value
- Attributes