IMoniker::ParseDisplayName Method (IBindCtx^, IMoniker^, String^, UInt32, IMoniker^)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Return to top
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
void ParseDisplayName( IBindCtx^ pbc, IMoniker^ pmkToLeft, String^ pszDisplayName, [OutAttribute] unsigned int% pchEaten, [OutAttribute] IMoniker^% ppmkOut )
Parameters
- pbc
- Type: Microsoft.VisualStudio.OLE.Interop::IBindCtx^
- pmkToLeft
- Type: Microsoft.VisualStudio.OLE.Interop::IMoniker^
- pszDisplayName
- Type: System::String^
- pchEaten
- Type: System::UInt32
- ppmkOut
- Type: Microsoft.VisualStudio.OLE.Interop::IMoniker^
Show: