Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
Public ReadOnly Property Classes As LinkedElementCollection(Of DomainClass)
'Usage
Dim instance As DslLibraryBase
Dim value As LinkedElementCollection(Of DomainClass)
value = instance.Classes
public LinkedElementCollection<DomainClass> Classes { get; }
public:
property LinkedElementCollection<DomainClass^>^ Classes {
LinkedElementCollection<DomainClass^>^ get ();
}
public function get Classes () : LinkedElementCollection<DomainClass>
Property Value
Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<DomainClass>
.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.