Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of RelatedDocDataCollection for the specified array of document data objects.
Namespace: Microsoft.VisualStudio.Shell.Design.Serialization
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Sub New ( _
value As DocData() _
)
public RelatedDocDataCollection(
DocData[] value
)
public:
RelatedDocDataCollection(
array<DocData^>^ value
)
new :
value:DocData[] -> RelatedDocDataCollection
public function RelatedDocDataCollection(
value : DocData[]
)
Parameters
value
Type: array<Microsoft.VisualStudio.Shell.Design.Serialization.DocData[]An array of DocData
Remarks
The constructor implementation calls AddRange.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RelatedDocDataCollection Class