LayoutCollectionBase.Remove(VGLayoutObject) 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.
public:
virtual void Remove(Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGLayoutObject ^ collectionItem);
public virtual void Remove (Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGLayoutObject collectionItem);
abstract member Remove : Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGLayoutObject -> unit
override this.Remove : Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGLayoutObject -> unit
Public Overridable Sub Remove (collectionItem As VGLayoutObject)
Parameters
- collectionItem
- VGLayoutObject