Partager via


RelatedDocDataCollection Class

A strongly-typed collection that stores document data objects.

Namespace:  Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

<CLSCompliantAttribute(False)> _
Public NotInheritable Class RelatedDocDataCollection _
    Inherits CollectionBase

Dim instance As RelatedDocDataCollection
[CLSCompliantAttribute(false)]
public sealed class RelatedDocDataCollection : CollectionBase
[CLSCompliantAttribute(false)]
public ref class RelatedDocDataCollection sealed : public CollectionBase
public final class RelatedDocDataCollection extends CollectionBase

Inheritance Hierarchy

System.Object
  System.Collections.CollectionBase
    Microsoft.VisualStudio.Shell.Design.Serialization.RelatedDocDataCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RelatedDocDataCollection Members

Microsoft.VisualStudio.Shell.Design.Serialization Namespace