Share via


CodeGenerationUtilities.DefinesDiagramElements(DslLibrary) Method

Definition

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

Returns

Applies to