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
'宣言
Public Sub Remove ( _
value As DocData _
)
public void Remove(
DocData value
)
Parameters
- value
Type: Microsoft.VisualStudio.Shell.Design.Serialization.DocData
The DocData to be removed.
.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.