Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Sub New ( _
diagramView As DiagramView _
)
'使用
Dim diagramView As DiagramView
Dim instance As New DiagramViewAccessibleObject(diagramView)
public DiagramViewAccessibleObject(
DiagramView diagramView
)
public:
DiagramViewAccessibleObject(
DiagramView^ diagramView
)
public function DiagramViewAccessibleObject(
diagramView : DiagramView
)
Parameters
- diagramView
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramView
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.
See Also
Reference
DiagramViewAccessibleObject Class