.
C# Definition:
[ComImport]
[Guid("55272A00-42CB-11CE-8135-00AA004BB851"),
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IPropertyBag
{
[PreserveSig]
int Read(
[In, MarshalAs(UnmanagedType.LPWStr)] string pszPropName,
[Out, MarshalAs(UnmanagedType.Struct)] out object pVar,
[In] IErrorLog pErrorLog
);
[PreserveSig]
int Write(
[In, MarshalAs(UnmanagedType.LPWStr)] string pszPropName,
[In, MarshalAs(UnmanagedType.Struct)] ref object pVar
);
}
VB Definition:
<ComImport> _
<Guid("TODO")> _
<InterfaceType(ComInterfaceType.InterfaceIsIUnknown)>
Interface IPropertyBag
TODO
End Interface
User-Defined Types:
IErrorLog
Notes:
None.
Communicates detailed error information between a client and an object.
9/30/2008 5:28:03 AM - -86.121.127.206
Please edit this page!
Do you have...
- helpful tips?
- corrections to the existing content?
- alternate definitions?
- additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.
