IVCWizCtlUI.CreateGuid Method
Creates a globally unique identifier (GUID) for the specified object.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Function CreateGuid As String
string CreateGuid()
String^ CreateGuid()
abstract CreateGuid : unit -> string
function CreateGuid() : String
Return Value
Type: String
A string containing the GUID.
.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.