IParseDisplayName.ParseDisplayName(IBindCtx, String, UInt32, IMoniker) Method

Definition

public:
 void ParseDisplayName(Microsoft::VisualStudio::OLE::Interop::IBindCtx ^ pbc, System::String ^ pszDisplayName, [Runtime::InteropServices::Out] System::UInt32 % pchEaten, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IMoniker ^ % ppmkOut);
public void ParseDisplayName (Microsoft.VisualStudio.OLE.Interop.IBindCtx pbc, string pszDisplayName, out uint pchEaten, out Microsoft.VisualStudio.OLE.Interop.IMoniker ppmkOut);
abstract member ParseDisplayName : Microsoft.VisualStudio.OLE.Interop.IBindCtx * string * uint32 * IMoniker -> unit
Public Sub ParseDisplayName (pbc As IBindCtx, pszDisplayName As String, ByRef pchEaten As UInteger, ByRef ppmkOut As IMoniker)

Parameters

pbc
IBindCtx
pszDisplayName
String
pchEaten
UInt32
ppmkOut
IMoniker

Applies to