ConnectorHasDecorators.SetConnector(Decorator, Connector) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets Connector.
public:
static void SetConnector(Microsoft::VisualStudio::Modeling::DslDefinition::Decorator ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::Connector ^ newConnector);
[System.Diagnostics.DebuggerStepThrough]
public static void SetConnector (Microsoft.VisualStudio.Modeling.DslDefinition.Decorator element, Microsoft.VisualStudio.Modeling.DslDefinition.Connector newConnector);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetConnector : Microsoft.VisualStudio.Modeling.DslDefinition.Decorator * Microsoft.VisualStudio.Modeling.DslDefinition.Connector -> unit
Public Shared Sub SetConnector (element As Decorator, newConnector As Connector)
Parameters
- element
- Decorator
- newConnector
- Connector
- Attributes