RelatedDocDataCollection.Remove(DocData) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified document data object from the collection.
public:
void Remove(Microsoft::VisualStudio::Shell::Design::Serialization::DocData ^ value);
public void Remove (Microsoft.VisualStudio.Shell.Design.Serialization.DocData value);
member this.Remove : Microsoft.VisualStudio.Shell.Design.Serialization.DocData -> unit
Public Sub Remove (value As DocData)