CodeGenerationUtilities.GetPackageNamespace(Dsl) Method

Definition

Get Dsl package name for the given Dsl.

public:
 static System::String ^ GetPackageNamespace(Microsoft::VisualStudio::Modeling::DslDefinition::Dsl ^ dsl);
public static string GetPackageNamespace (Microsoft.VisualStudio.Modeling.DslDefinition.Dsl dsl);
static member GetPackageNamespace : Microsoft.VisualStudio.Modeling.DslDefinition.Dsl -> string
Public Shared Function GetPackageNamespace (dsl As Dsl) As String

Parameters

dsl
Dsl

Dsl instance whose package name will be returned.

Returns

The package name of the given Dsl.

Applies to