Share via


IRelatedDocList.RelatedDocDataList Property

A read-only copy of the current list.

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

Syntax

'Declaration
ReadOnly Property RelatedDocDataList As ReadOnlyCollection(Of DocData)
ReadOnlyCollection<DocData> RelatedDocDataList { get; }
property ReadOnlyCollection<DocData^>^ RelatedDocDataList {
    ReadOnlyCollection<DocData^>^ get ();
}
abstract RelatedDocDataList : ReadOnlyCollection<DocData>
function get RelatedDocDataList () : ReadOnlyCollection<DocData>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<DocData>

.NET Framework Security

See Also

Reference

IRelatedDocList Interface

Microsoft.VisualStudio.Modeling.Shell Namespace