Click or drag to resize

IOleItemContainerGetObjectStorage Method

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


Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Object GetObjectStorage(
	string pszItem,
	IBindCtx pbc,
	in Guid riid
)

Parameters

pszItem  String

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

pbc  IBindCtx

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

riid  Guid

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

Return Value

Object

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

See Also