Freigeben über


DomainClass.Properties-Eigenschaft

Ruft eine Liste von Eigenschaften ab.

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 Properties As LinkedElementCollection(Of DomainProperty)
public LinkedElementCollection<DomainProperty> Properties { get; }

Eigenschaftswert

Typ: Microsoft.VisualStudio.Modeling.LinkedElementCollection<DomainProperty>

.NET Framework-Sicherheit

Siehe auch

Referenz

DomainClass Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace