CodeGenerationUtilities.CreateXmlNamespaceQualifiers Method
Create xmlNamespaceQualifiers for the dslLibrary and its first-level imported libraries
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Public Shared Function CreateXmlNamespaceQualifiers ( _
library As DslLibrary _
) As Dictionary(Of DslLibrary, String)
public static Dictionary<DslLibrary, string> CreateXmlNamespaceQualifiers(
DslLibrary library
)
public:
static Dictionary<DslLibrary^, String^>^ CreateXmlNamespaceQualifiers(
DslLibrary^ library
)
static member CreateXmlNamespaceQualifiers :
library:DslLibrary -> Dictionary<DslLibrary, string>
public static function CreateXmlNamespaceQualifiers(
library : DslLibrary
) : Dictionary<DslLibrary, String>
Parameters
library
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryThe topLevel library associated with the targetNamespace
Return Value
Type: Dictionary<DslLibrary, String>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.