コード例 #1
0
 public virtual NetOffice.MSHTMLApi.IElementBehavior FindBehavior(string bstrBehavior, string bstrBehaviorUrl, NetOffice.MSHTMLApi.IElementBehaviorSite pSite)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.MSHTMLApi.IElementBehavior>(this, "FindBehavior", typeof(NetOffice.MSHTMLApi.IElementBehavior), bstrBehavior, bstrBehaviorUrl, pSite));
 }
コード例 #2
0
 public virtual Int32 Init(NetOffice.MSHTMLApi.IElementBehaviorSite pBehaviorSite)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "Init", pBehaviorSite));
 }