コード例 #1
0
        public NetOffice.VisioApi.IVMaster AddEx(NetOffice.VisioApi.Enums.VisMasterTypes type)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(type);
            object   returnItem  = Invoker.MethodReturn(this, "AddEx", paramsArray);

            NetOffice.VisioApi.IVMaster newObject = NetOffice.Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.VisioApi.IVMaster;
            return(newObject);
        }
コード例 #2
0
ファイル: IVMasters.cs プロジェクト: xianjiaodahe91/NetOffice
 public NetOffice.VisioApi.IVMaster AddEx(NetOffice.VisioApi.Enums.VisMasterTypes type)
 {
     return(Factory.ExecuteBaseReferenceMethodGet <NetOffice.VisioApi.IVMaster>(this, "AddEx", type));
 }
コード例 #3
0
ファイル: LPVISIOMASTERS.cs プロジェクト: tinmanjk/NetOffice
 public virtual NetOffice.VisioApi.IVMaster AddEx(NetOffice.VisioApi.Enums.VisMasterTypes type)
 {
     return(InvokerService.InvokeInternal.ExecuteBaseReferenceMethodGet <NetOffice.VisioApi.IVMaster>(this, "AddEx", type));
 }