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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.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
- currentNamespace
Type: String
includeGlobal
Type: Booleanwhether or not to prepend 'global::' if a fully qualified name is returned
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.