CodeGenerationUtilities.CreateXmlNamespaceQualifiers(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.
Create xmlNamespaceQualifiers for the dslLibrary and its first-level imported libraries
public:
static System::Collections::Generic::Dictionary<Microsoft::VisualStudio::Modeling::DslDefinition::DslLibrary ^, System::String ^> ^ CreateXmlNamespaceQualifiers(Microsoft::VisualStudio::Modeling::DslDefinition::DslLibrary ^ library);
public static System.Collections.Generic.Dictionary<Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary,string> CreateXmlNamespaceQualifiers (Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary library);
static member CreateXmlNamespaceQualifiers : Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary -> System.Collections.Generic.Dictionary<Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary, string>
Public Shared Function CreateXmlNamespaceQualifiers (library As DslLibrary) As Dictionary(Of DslLibrary, String)
Parameters
- library
- DslLibrary
The topLevel library associated with the targetNamespace