Anteckning
Å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.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Property Decorator As Decorator
'Usage
Dim instance As DecoratorHostShape
Dim value As Decorator
value = instance.Decorator
instance.Decorator = value
public Decorator Decorator { get; internal set; }
public:
property Decorator^ Decorator {
Decorator^ get ();
void set (Decorator^ value);
}
public function get Decorator () : Decorator
public function set Decorator (value : Decorator)
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.Decorator
.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.