Metoda ConnectionType.CanCreateConnection —
Przestrzeń nazw: Microsoft.VisualStudio.Modeling.Diagrams
Zestaw: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (w Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Składnia
'Deklaracja
Public Overridable Function CanCreateConnection ( _
sourceShapeElement As ShapeElement, _
targetShapeElement As ShapeElement, _
ByRef connectionWarning As String _
) As Boolean
public virtual bool CanCreateConnection(
ShapeElement sourceShapeElement,
ShapeElement targetShapeElement,
ref string connectionWarning
)
Parametry
- sourceShapeElement
Typ: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
- targetShapeElement
Typ: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
- connectionWarning
Typ: System.String%
Wartość zwracana
Typ: System.Boolean
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.