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