IParseDisplayName.ParseDisplayName, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub ParseDisplayName ( _
pbc As IBindCtx, _
pszDisplayName As String, _
<OutAttribute> ByRef pchEaten As UInteger, _
<OutAttribute> ByRef ppmkOut As IMoniker _
)
void ParseDisplayName(
IBindCtx pbc,
string pszDisplayName,
out uint pchEaten,
out IMoniker ppmkOut
)
Paramètres
- pbc
Type : Microsoft.VisualStudio.OLE.Interop.IBindCtx
- pszDisplayName
Type : System.String
- pchEaten
Type : System.UInt32%
- ppmkOut
Type : Microsoft.VisualStudio.OLE.Interop.IMoniker%
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.