Click or drag to resize

IOleItemContainerParseDisplayName Method

[Missing <summary> documentation for "M:Altaxo.UnmanagedApi.Ole32.IOleItemContainer.ParseDisplayName(System.Runtime.InteropServices.ComTypes.IBindCtx,System.String,System.Int32@,System.Runtime.InteropServices.ComTypes.IMoniker@)"]


Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
int ParseDisplayName(
	IBindCtx pbc,
	string pszDisplayName,
	out int pchEaten,
	out IMoniker ppmkOut
)

Parameters

pbc  IBindCtx

[Missing <param name="pbc"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IOleItemContainer.ParseDisplayName(System.Runtime.InteropServices.ComTypes.IBindCtx,System.String,System.Int32@,System.Runtime.InteropServices.ComTypes.IMoniker@)"]

pszDisplayName  String

[Missing <param name="pszDisplayName"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IOleItemContainer.ParseDisplayName(System.Runtime.InteropServices.ComTypes.IBindCtx,System.String,System.Int32@,System.Runtime.InteropServices.ComTypes.IMoniker@)"]

pchEaten  Int32

[Missing <param name="pchEaten"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IOleItemContainer.ParseDisplayName(System.Runtime.InteropServices.ComTypes.IBindCtx,System.String,System.Int32@,System.Runtime.InteropServices.ComTypes.IMoniker@)"]

ppmkOut  IMoniker

[Missing <param name="ppmkOut"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IOleItemContainer.ParseDisplayName(System.Runtime.InteropServices.ComTypes.IBindCtx,System.String,System.Int32@,System.Runtime.InteropServices.ComTypes.IMoniker@)"]

Return Value

Int32

[Missing <returns> documentation for "M:Altaxo.UnmanagedApi.Ole32.IOleItemContainer.ParseDisplayName(System.Runtime.InteropServices.ComTypes.IBindCtx,System.String,System.Int32@,System.Runtime.InteropServices.ComTypes.IMoniker@)"]

See Also