CodeGenerationUtilities.IsGuidType Method
returns true if typeName represents Guid ("System.Guid")
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 Shared Function IsGuidType ( _
typeName As String _
) As Boolean
public static bool IsGuidType(
string typeName
)
public:
static bool IsGuidType(
String^ typeName
)
static member IsGuidType :
typeName:string -> bool
public static function IsGuidType(
typeName : String
) : boolean
Parameters
- typeName
Type: String
Return Value
Type: Boolean
.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.