Partager via


IVCWizCtlUI.FormatGuid, méthode

Met en forme l'identificateur global unique (GUID) spécifié.

Espace de noms :  Microsoft.VisualStudio.VsWizard
Assembly :  Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Déclaration
Function FormatGuid ( _
    bstrGuid As String, _
    Format As eFormat _
) As String
string FormatGuid(
    string bstrGuid,
    eFormat Format
)
String^ FormatGuid(
    [InAttribute] String^ bstrGuid, 
    [InAttribute] eFormat Format
)
abstract FormatGuid : 
        bstrGuid:string * 
        Format:eFormat -> string 
function FormatGuid(
    bstrGuid : String, 
    Format : eFormat
) : String

Paramètres

  • bstrGuid
    Type : System.String
    Requis.Chaîne contenant le GUID à mettre en forme.

Valeur de retour

Type : System.String
Chaîne contenant le GUID mis en forme.

Sécurité .NET Framework

Voir aussi

Référence

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard, espace de noms