IVCWizCtlUI.FormatGuid-Methode
Formatiert die angegebene GUID (Globally Unique Identifier).
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
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
Parameter
bstrGuid
Typ: StringErforderlich. Eine Zeichenfolge, die die zu formatierende GUID enthält.
Format
Typ: Microsoft.VisualStudio.VsWizard.eFormatErforderlich. Das Format. Ein eFormat-Wert.
Rückgabewert
Typ: String
Eine Zeichenfolge, die die formatierte GUID enthält.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.