SwimLane.Decorators Property
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
Public ReadOnly Property Decorators As LinkedElementCollection(Of Decorator)
'Usage
Dim instance As SwimLane
Dim value As LinkedElementCollection(Of Decorator)
value = instance.Decorators
public LinkedElementCollection<Decorator> Decorators { get; }
public:
property LinkedElementCollection<Decorator^>^ Decorators {
LinkedElementCollection<Decorator^>^ get ();
}
public function get Decorators () : LinkedElementCollection<Decorator>
Property Value
Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<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.