CodeGenerationUtilities.GetSerializedDomainClasses(DslLibrary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a list of all DomainClasses in the given DslLibrary that will have serializers generated.
public:
static System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::DslDefinition::DomainClass ^> ^ GetSerializedDomainClasses(Microsoft::VisualStudio::Modeling::DslDefinition::DslLibrary ^ dslLibrary);
public static System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass> GetSerializedDomainClasses (Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary dslLibrary);
static member GetSerializedDomainClasses : Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary -> System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass>
Public Shared Function GetSerializedDomainClasses (dslLibrary As DslLibrary) As IList(Of DomainClass)
Parameters
- dslLibrary
- DslLibrary