Get the moniker schema type name for the base class of the given domain class.
Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
Public Shared Function GetBaseDomainClassMonikerSchemaTypeName ( _
    domainClass As DomainClass, _
    currentNamespace As String, _
    xmlNamespaceQualifiers As Dictionary(Of DslLibrary, String) _
) As String
public static string GetBaseDomainClassMonikerSchemaTypeName(
    DomainClass domainClass,
    string currentNamespace,
    Dictionary<DslLibrary, string> xmlNamespaceQualifiers
)
public:
static String^ GetBaseDomainClassMonikerSchemaTypeName(
    DomainClass^ domainClass, 
    String^ currentNamespace, 
    Dictionary<DslLibrary^, String^>^ xmlNamespaceQualifiers
)
static member GetBaseDomainClassMonikerSchemaTypeName : 
        domainClass:DomainClass * 
        currentNamespace:string * 
        xmlNamespaceQualifiers:Dictionary<DslLibrary, string> -> string
public static function GetBaseDomainClassMonikerSchemaTypeName(
    domainClass : DomainClass, 
    currentNamespace : String, 
    xmlNamespaceQualifiers : Dictionary<DslLibrary, String>
) : String
Parameters
domainClass
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainClassDomainClass whose base class moniker schema type name will be returned.
- currentNamespace
Type: System.String 
- xmlNamespaceQualifiers
Type: System.Collections.Generic.Dictionary<DslLibrary, String> 
Return Value
Type: System.String
The moniker schema type name of the base class of the given DomainClass or null if a base class could not be determined
.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.