IOleContainer::ParseDisplayName Method (IBindCtx^, 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, String^ pszDisplayName, [OutAttribute] unsigned int% pchEaten, [OutAttribute] IMoniker^% ppmkOut )
Parameters
- pbc
- Type: Microsoft.VisualStudio.OLE.Interop::IBindCtx^
- pszDisplayName
- Type: System::String^
- pchEaten
- Type: System::UInt32
- ppmkOut
- Type: Microsoft.VisualStudio.OLE.Interop::IMoniker^
Show: