public Int32 OnChangeType(NetOffice.MSHTMLApi.Enums._SELECTION_TYPE eType, NetOffice.MSHTMLApi.ISelectionServicesListener pIListener)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(eType, pIListener);
            object   returnItem  = Invoker.MethodReturn(this, "OnChangeType", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Exemplo n.º 2
0
        public Int32 GetType(out NetOffice.MSHTMLApi.Enums._SELECTION_TYPE peType)
        {
            ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true);
            peType = 0;
            object[] paramsArray = Invoker.ValidateParamsArray(peType);
            object   returnItem  = Invoker.MethodReturn(this, "GetType", paramsArray);

            peType = (NetOffice.MSHTMLApi.Enums._SELECTION_TYPE)paramsArray[0];
            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Exemplo n.º 3
0
        public Int32 SelectRange(NetOffice.MSHTMLApi.IMarkupPointer pStart, NetOffice.MSHTMLApi.IMarkupPointer pEnd, NetOffice.MSHTMLApi.Enums._SELECTION_TYPE eType)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(pStart, pEnd, eType);
            object   returnItem  = Invoker.MethodReturn(this, "SelectRange", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Exemplo n.º 4
0
 public virtual Int32 SelectRange(NetOffice.MSHTMLApi.IMarkupPointer pStart, NetOffice.MSHTMLApi.IMarkupPointer pEnd, NetOffice.MSHTMLApi.Enums._SELECTION_TYPE eType)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "SelectRange", pStart, pEnd, eType));
 }
Exemplo n.º 5
0
 public virtual Int32 OnChangeType(NetOffice.MSHTMLApi.Enums._SELECTION_TYPE eType, NetOffice.MSHTMLApi.ISelectionServicesListener pIListener)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "OnChangeType", eType, pIListener));
 }
Exemplo n.º 6
0
 public Int32 OnChangeType(NetOffice.MSHTMLApi.Enums._SELECTION_TYPE eType, NetOffice.MSHTMLApi.ISelectionServicesListener pIListener)
 {
     return(Factory.ExecuteInt32MethodGet(this, "OnChangeType", eType, pIListener));
 }
Exemplo n.º 7
0
 public Int32 SelectRange(NetOffice.MSHTMLApi.IMarkupPointer pStart, NetOffice.MSHTMLApi.IMarkupPointer pEnd, NetOffice.MSHTMLApi.Enums._SELECTION_TYPE eType)
 {
     return(Factory.ExecuteInt32MethodGet(this, "SelectRange", pStart, pEnd, eType));
 }