DslLibraryBase.Connectors Property
Gets a list of Connectors. Connectors defined by DSL library.
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 ReadOnly Property Connectors As LinkedElementCollection(Of Connector)
public LinkedElementCollection<Connector> Connectors { get; }
public:
property LinkedElementCollection<Connector^>^ Connectors {
LinkedElementCollection<Connector^>^ get ();
}
member Connectors : LinkedElementCollection<Connector> with get
function get Connectors () : LinkedElementCollection<Connector>
Property Value
Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<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.