CodeGenerationUtilities.GetVersionString(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 the version of a DslLibrary in string form.
public:
static System::String ^ GetVersionString(Microsoft::VisualStudio::Modeling::DslDefinition::DslLibrary ^ dslLibrary);
public static string GetVersionString (Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary dslLibrary);
static member GetVersionString : Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary -> string
Public Shared Function GetVersionString (dslLibrary As DslLibrary) As String
Parameters
- dslLibrary
- DslLibrary
DslLibrary to get version from.
Returns
The version of the given DslLibrary in the format of "1.2.3.4".