IVCWizCtlUI.CreateGuid Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a globally unique identifier (GUID) for the specified object.
public:
System::String ^ CreateGuid();
public:
Platform::String ^ CreateGuid();
std::wstring CreateGuid();
[System.Runtime.InteropServices.DispId(1610743829)]
public string CreateGuid ();
[<System.Runtime.InteropServices.DispId(1610743829)>]
abstract member CreateGuid : unit -> string
Public Function CreateGuid () As String
Returns
A string containing the GUID.
- Attributes