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