CodeGenerationUtilities.DefinesDiagramElements(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.
True if the given DslLibrary defines diagram elements, false otherwise. Diagram elements are elements that are included in DslLibrary.DiagramElements, plus diagram (if one is defined).
public:
static bool DefinesDiagramElements(Microsoft::VisualStudio::Modeling::DslDefinition::DslLibrary ^ dslLibrary);
public static bool DefinesDiagramElements (Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary dslLibrary);
static member DefinesDiagramElements : Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary -> bool
Public Shared Function DefinesDiagramElements (dslLibrary As DslLibrary) As Boolean
Parameters
- dslLibrary
- DslLibrary