Sdílet prostřednictvím


PropertyHasType.GetProperties – metoda

Získá seznam vlastností.

Obor názvů:  Microsoft.VisualStudio.Modeling.DslDefinition
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Syntaxe

'Deklarace
Public Shared Function GetProperties ( _
    element As DomainType _
) As LinkedElementCollection(Of DomainProperty)
public static LinkedElementCollection<DomainProperty> GetProperties(
    DomainType element
)

Parametry

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

PropertyHasType Třída

Microsoft.VisualStudio.Modeling.DslDefinition – obor názvů