Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the DiagramPointEventArgs class.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Sub New ( _
pointArgs As DiagramPointEventArgs, _
diagramClientView As DiagramClientView _
)
public DiagramPointEventArgs(
DiagramPointEventArgs pointArgs,
DiagramClientView diagramClientView
)
public:
DiagramPointEventArgs(
DiagramPointEventArgs^ pointArgs,
DiagramClientView^ diagramClientView
)
new :
pointArgs:DiagramPointEventArgs *
diagramClientView:DiagramClientView -> DiagramPointEventArgs
public function DiagramPointEventArgs(
pointArgs : DiagramPointEventArgs,
diagramClientView : DiagramClientView
)
Parameters
pointArgs
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgsA DiagramPointEventArgs whose data will be used to initialize this instance.
diagramClientView
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientViewThe DiagramClientView that the DiagramPointEventArgs originated from.
.NET Framework Security
- 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.