다음을 통해 공유


RelatedDocDataCollection.Add Method

Adds the specified value to the collection.

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

Syntax

‘선언
Public Function Add ( _
    value As DocData _
) As Integer
public int Add(
    DocData value
)

Parameters

Return Value

Type: System.Int32
The position in the collection at which the document data was added.

.NET Framework Security

See Also

Reference

RelatedDocDataCollection Class

Microsoft.VisualStudio.Shell.Design.Serialization Namespace