Share via


CodeGenerationUtilities.GetVersionString(DslLibrary) Method

Definition

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".

Applies to