다음을 통해 공유


DslLibraryBase.Types Property

Gets a list of Types. Domain types defined by the DSL library.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

‘선언
Public ReadOnly Property Types As LinkedElementCollection(Of DomainType)
    Get
public LinkedElementCollection<DomainType> Types { get; }
public:
property LinkedElementCollection<DomainType^>^ Types {
    LinkedElementCollection<DomainType^>^ get ();
}
member Types : LinkedElementCollection<DomainType>
function get Types () : LinkedElementCollection<DomainType>

Property Value

Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<DomainType>

.NET Framework Security

See Also

Reference

DslLibraryBase Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace