Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class RelatedDocDataCollection _
Inherits CollectionBase
'Usage
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.