Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Create xmlNamespaceQualifiers for the dslLibrary and its first-level imported libraries
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.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.DslLibrary
The topLevel library associated with the targetNamespace
Return Value
Type: System.Collections.Generic.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.