GenericCoreConnectAction Constructor
Constructor to save the diagram locally
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 ( _
diagram As Diagram, _
permitClick As Boolean _
)
public GenericCoreConnectAction(
Diagram diagram,
bool permitClick
)
public:
GenericCoreConnectAction(
Diagram^ diagram,
bool permitClick
)
new :
diagram:Diagram *
permitClick:bool -> GenericCoreConnectAction
public function GenericCoreConnectAction(
diagram : Diagram,
permitClick : boolean
)
Parameters
- diagram
Type: Microsoft.VisualStudio.Modeling.Diagrams.Diagram
- permitClick
Type: Boolean
.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.