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.
Set the decorators for the connector.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Protected Sub SetDecorators ( _
newFromDecorator As LinkDecorator, _
newToDecorator As LinkDecorator, _
invalidate As Boolean _
)
protected void SetDecorators(
LinkDecorator newFromDecorator,
LinkDecorator newToDecorator,
bool invalidate
)
protected:
void SetDecorators(
LinkDecorator^ newFromDecorator,
LinkDecorator^ newToDecorator,
bool invalidate
)
member SetDecorators :
newFromDecorator:LinkDecorator *
newToDecorator:LinkDecorator *
invalidate:bool -> unit
protected function SetDecorators(
newFromDecorator : LinkDecorator,
newToDecorator : LinkDecorator,
invalidate : boolean
)
Parameters
- newFromDecorator
Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkDecorator
- newToDecorator
Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkDecorator
invalidate
Type: BooleanRepaint the connector and its immediate surroundings.
.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.