Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Sub New ( _
shapeCollection As ShapeModelingCollection _
)
'使用
Dim shapeCollection As ShapeModelingCollection
Dim instance As New ShapeEnumerator(shapeCollection)
public ShapeEnumerator(
ShapeModelingCollection shapeCollection
)
public:
ShapeEnumerator(
ShapeModelingCollection^ shapeCollection
)
public function ShapeEnumerator(
shapeCollection : ShapeModelingCollection
)
Parameters
- shapeCollection
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeModelingCollection
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.