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.
Sets Connector.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Public Shared Sub SetConnector ( _
element As Decorator, _
newConnector As Connector _
)
public static void SetConnector(
Decorator element,
Connector newConnector
)
public:
static void SetConnector(
Decorator^ element,
Connector^ newConnector
)
static member SetConnector :
element:Decorator *
newConnector:Connector -> unit
public static function SetConnector(
element : Decorator,
newConnector : Connector
)
Parameters
- element
Type: Microsoft.VisualStudio.Modeling.DslDefinition.Decorator
- newConnector
Type: Microsoft.VisualStudio.Modeling.DslDefinition.Connector
.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.