Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Overridable Sub Remove ( _
diagramItemsToRemove As ICollection _
)
'使用
Dim instance As DiagramItemCollection
Dim diagramItemsToRemove As ICollection
instance.Remove(diagramItemsToRemove)
public virtual void Remove(
ICollection diagramItemsToRemove
)
public:
virtual void Remove(
ICollection^ diagramItemsToRemove
)
public function Remove(
diagramItemsToRemove : ICollection
)
Parameters
- diagramItemsToRemove
Type: System.Collections.ICollection
Permissions
- 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.