@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Definition: [ComImport] [Guid("9BFBBC02-EFF1-101A-84ED-00AA00341D07")] [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] interface IPropertyNotifySink { int OnChanged(int dispId); [PreserveSig] int OnRequestEdit(int dispId); } !!!!VB Definition: <ComImport()> _ <Guid("9BFBBC02-EFF1-101A-84ED-00AA00341D07")> _ <InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _ Public Interface iProperyNotifySink Interface IPropertyNotifySink Function OnChanged(ByVal dispId As Int32) As Int32 <PreserveSig()> _ Function OnRequestEdit(ByVal dispId As Int32) As Int32 End Interface End Interface !!!!User-Defined Types: None. !!!!Notes: None. Documentation: IPropertyNotifySink@msdn on MSDN
Edit Interfaces.IPrope...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.