CodeGenerationUtilities.GetXmlSchemaNamespace Method
Get the XML namespace to use for the generated schema
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 GetXmlSchemaNamespace ( _
library As DslLibrary _
) As String
public static string GetXmlSchemaNamespace(
DslLibrary library
)
public:
static String^ GetXmlSchemaNamespace(
DslLibrary^ library
)
static member GetXmlSchemaNamespace :
library:DslLibrary -> string
public static function GetXmlSchemaNamespace(
library : DslLibrary
) : String
Parameters
- library
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary
Return Value
Type: 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.