コード例 #1
0
 public void Disconnect () {
     m_pSink =null;
 }
コード例 #2
0
 // OPM passes its implementation of IDynamicPropertyNotify, you
 // cache it and call it to inform OPM your property has changed
 public void Connect (object pSink) {
     m_pSink =(IDynamicPropertyNotify2)pSink;
 }
コード例 #3
0
 public void Disconnect()
 {
     m_pSink = null;
 }
コード例 #4
0
 // OPM passes its implementation of IDynamicPropertyNotify, you
 // cache it and call it to inform OPM your property has changed
 public void Connect(object pSink)
 {
     m_pSink = (IDynamicPropertyNotify2)pSink;
 }
コード例 #5
0
 void IDynamicProperty2.Disconnect()
 {
     m_pSink = null;
 }
コード例 #6
0
 // OPM passes its implementation of IDynamicPropertyNotify, you
 // cache it and call it to inform OPM your property has changed
 void IDynamicProperty2.Connect(object pSink)
 {
     m_pSink = (IDynamicPropertyNotify2)pSink;
 }