Share via


DomainClass.GetRelativeName Method

Gets the name of the ___domain class relative to the current namespace. If the current namespace is the same as this.Namespace, then we return this.Name. If not, we return this.GetFullName()

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 Function GetRelativeName ( _
    currentNamespace As String, _
    includeGlobal As Boolean _
) As String
public string GetRelativeName(
    string currentNamespace,
    bool includeGlobal
)
public:
String^ GetRelativeName(
    String^ currentNamespace, 
    bool includeGlobal
)
member GetRelativeName : 
        currentNamespace:string * 
        includeGlobal:bool -> string 
public function GetRelativeName(
    currentNamespace : String, 
    includeGlobal : boolean
) : String

Parameters

  • includeGlobal
    Type: System.Boolean
    whether or not to prepend 'global::' if a fully qualified name is returned

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

DomainClass Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace