RelatedDocDataCollection Constructor (array<DocData )
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
‘선언
Public Sub New ( _
value As DocData() _
)
‘사용 방법
Dim value As DocData()
Dim instance As New RelatedDocDataCollection(value)
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
RelatedDocDataCollection Members