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.
Gets the collection of decorators for the shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Decorators As IList(Of Decorator)
public virtual IList<Decorator> Decorators { get; }
public:
virtual property IList<Decorator^>^ Decorators {
IList<Decorator^>^ get ();
}
abstract Decorators : IList<Decorator> with get
override Decorators : IList<Decorator> with get
function get Decorators () : IList<Decorator>
Property Value
Type: IList<Decorator>
The collection of decorators for the shape; otherwise, nulla null reference (Nothing in Visual Basic) if the shape has no decorators.
Remarks
By default, the return value is nulla null reference (Nothing in Visual Basic).
.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.