Share via


RelatedDocDataCollection.Remove Method

Removes the specified document data object from the collection.

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

Syntax

'Declaration
Public Sub Remove ( _
    value As DocData _
)
public void Remove(
    DocData value
)
public:
void Remove(
    DocData^ value
)
member Remove : 
        value:DocData -> unit
public function Remove(
    value : DocData
)

Parameters

.NET Framework Security

See Also

Reference

RelatedDocDataCollection Class

Microsoft.VisualStudio.Shell.Design.Serialization Namespace