CodeGenerationUtilities.GetBaseDomainClassXmlTagName 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.
Get the XmlTagName for the base class of the supplied domain class.
public:
static System::String ^ GetBaseDomainClassXmlTagName(Microsoft::VisualStudio::Modeling::DslDefinition::DomainClass ^ domainClass, System::String ^ currentNamespace, System::Collections::Generic::Dictionary<Microsoft::VisualStudio::Modeling::DslDefinition::DslLibrary ^, System::String ^> ^ xmlNamespaceQualifiers);
public static string GetBaseDomainClassXmlTagName (Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass domainClass, string currentNamespace, System.Collections.Generic.Dictionary<Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary,string> xmlNamespaceQualifiers);
static member GetBaseDomainClassXmlTagName : Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass * string * System.Collections.Generic.Dictionary<Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary, string> -> string
Public Shared Function GetBaseDomainClassXmlTagName (domainClass As DomainClass, currentNamespace As String, xmlNamespaceQualifiers As Dictionary(Of DslLibrary, String)) As String
Parameters
- domainClass
- DomainClass
DomainClass whose base class XmlTagName will be returned.
- currentNamespace
- String
- xmlNamespaceQualifiers
- Dictionary<DslLibrary,String>
Returns
The Xml tag name of the given DomainClass or null if a base class could not be determined.