コード例 #1
0
        public Int32 Init(NetOffice.MSHTMLApi.IElementBehaviorSite pBehaviorSite)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(pBehaviorSite);
            object   returnItem  = Invoker.MethodReturn(this, "Init", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
コード例 #2
0
        public NetOffice.MSHTMLApi.IElementBehavior FindBehavior(string bstrBehavior, string bstrBehaviorUrl, NetOffice.MSHTMLApi.IElementBehaviorSite pSite)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(bstrBehavior, bstrBehaviorUrl, pSite);
            object   returnItem  = Invoker.MethodReturn(this, "FindBehavior", paramsArray);

            NetOffice.MSHTMLApi.IElementBehavior newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.MSHTMLApi.IElementBehavior.LateBindingApiWrapperType) as NetOffice.MSHTMLApi.IElementBehavior;
            return(newObject);
        }
コード例 #3
0
 public Int32 Init(NetOffice.MSHTMLApi.IElementBehaviorSite pBehaviorSite)
 {
     return(Factory.ExecuteInt32MethodGet(this, "Init", pBehaviorSite));
 }
コード例 #4
0
 public NetOffice.MSHTMLApi.IElementBehavior FindBehavior(string bstrBehavior, string bstrBehaviorUrl, NetOffice.MSHTMLApi.IElementBehaviorSite pSite)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.MSHTMLApi.IElementBehavior>(this, "FindBehavior", NetOffice.MSHTMLApi.IElementBehavior.LateBindingApiWrapperType, bstrBehavior, bstrBehaviorUrl, pSite));
 }