CodeGenerationUtilities.GetPackageNamespace(Dsl) 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 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.