CodeGenerationUtilities.GetXmlSchemaNamespace(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 XML namespace to use for the generated schema
public:
static System::String ^ GetXmlSchemaNamespace(Microsoft::VisualStudio::Modeling::DslDefinition::DslLibrary ^ library);
public static string GetXmlSchemaNamespace (Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary library);
static member GetXmlSchemaNamespace : Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary -> string
Public Shared Function GetXmlSchemaNamespace (library As DslLibrary) As String
Parameters
- library
- DslLibrary