Share via


RelatedDocDataCollection Class

A strongly-typed collection that stores document data objects.

This API is not CLS-compliant. 

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
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type RelatedDocDataCollection =  
    class
        inherit CollectionBase
    end
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