CodeGenerationUtilities.GetDomainTypeFullName Method (DomainType, String)
Gets the full name of the DomainType (including generic parameters) relative to the given current namespace.
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 GetDomainTypeFullName ( _
type As DomainType, _
currentNamespace As String _
) As String
public static string GetDomainTypeFullName(
DomainType type,
string currentNamespace
)
public:
static String^ GetDomainTypeFullName(
DomainType^ type,
String^ currentNamespace
)
static member GetDomainTypeFullName :
type:DomainType *
currentNamespace:string -> string
public static function GetDomainTypeFullName(
type : DomainType,
currentNamespace : String
) : String
Parameters
- currentNamespace
Type: System.String
Return Value
Type: System.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.