Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Sub EnsureVisible ( _
shapeElementCollection As ICollection(Of ShapeElement) _
)
'使用
Dim instance As DiagramClientView
Dim shapeElementCollection As ICollection(Of ShapeElement)
instance.EnsureVisible(shapeElementCollection)
public void EnsureVisible(
ICollection<ShapeElement> shapeElementCollection
)
public:
void EnsureVisible(
ICollection<ShapeElement^>^ shapeElementCollection
)
public function EnsureVisible(
shapeElementCollection : ICollection<ShapeElement>
)
Parameters
- shapeElementCollection
Type: System.Collections.Generic.ICollection<ShapeElement>
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.